mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 04:03:54 +00:00
@ -97,10 +97,10 @@ dependencies {
|
||||
}
|
||||
compileOnly("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 }
|
||||
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 }
|
||||
// Third party
|
||||
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"))
|
||||
}
|
||||
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.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
|
||||
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") {
|
||||
|
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.
Reference in New Issue
Block a user