mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
parent
a0e84d7a44
commit
78acb857da
@ -97,10 +97,10 @@ dependencies {
|
|||||||
}
|
}
|
||||||
compileOnly("net.kyori:adventure-api:4.8.1")
|
compileOnly("net.kyori:adventure-api:4.8.1")
|
||||||
testImplementation("net.kyori:adventure-api:4.8.1")
|
testImplementation("net.kyori:adventure-api:4.8.1")
|
||||||
testImplementation("org.checkerframework:checker-qual:3.14.0")
|
testImplementation("org.checkerframework:checker-qual:3.15.0")
|
||||||
testImplementation("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT") { isTransitive = true }
|
testImplementation("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT") { isTransitive = true }
|
||||||
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
|
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
|
||||||
api("org.lz4:lz4-java:1.7.1")
|
api("org.lz4:lz4-java:1.8.0")
|
||||||
api("net.jpountz:lz4-java-stream:1.0.0") { isTransitive = false }
|
api("net.jpountz:lz4-java-stream:1.0.0") { isTransitive = false }
|
||||||
// Third party
|
// Third party
|
||||||
implementation("org.bstats:bstats-bukkit:2.2.1")
|
implementation("org.bstats:bstats-bukkit:2.2.1")
|
||||||
@ -176,7 +176,7 @@ tasks.named<ShadowJar>("shadowJar") {
|
|||||||
include(dependency("net.jpountz:lz4-java-stream:1.0.0"))
|
include(dependency("net.jpountz:lz4-java-stream:1.0.0"))
|
||||||
}
|
}
|
||||||
relocate("org.lz4", "com.boydti.fawe.lz4") {
|
relocate("org.lz4", "com.boydti.fawe.lz4") {
|
||||||
include(dependency("org.lz4:lz4-java:1.7.1"))
|
include(dependency("org.lz4:lz4-java:1.8.0"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ dependencies {
|
|||||||
api("com.plotsquared:PlotSquared-Core:5.13.11") { isTransitive = false }
|
api("com.plotsquared:PlotSquared-Core:5.13.11") { isTransitive = false }
|
||||||
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
|
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
|
||||||
compileOnly("net.jpountz:lz4-java-stream:1.0.0") { isTransitive = false }
|
compileOnly("net.jpountz:lz4-java-stream:1.0.0") { isTransitive = false }
|
||||||
compileOnly("org.lz4:lz4-java:1.7.1")
|
compileOnly("org.lz4:lz4-java:1.8.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<Test>("test") {
|
tasks.named<Test>("test") {
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user