mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Update dependency com.github.luben:zstd-jni to v1.4.8-2
This commit is contained in:
parent
287aa9dd8b
commit
818a75b809
@ -52,7 +52,7 @@ dependencies {
|
||||
annotationProcessor("com.google.auto.value:auto-value:1.7")
|
||||
testImplementation("ch.qos.logback:logback-core:1.2.3")
|
||||
testImplementation("ch.qos.logback:logback-classic:1.2.3")
|
||||
implementation("com.github.luben:zstd-jni:1.4.8-1")
|
||||
implementation("com.github.luben:zstd-jni:1.4.8-2")
|
||||
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
|
||||
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }
|
||||
api("com.plotsquared:PlotSquared-Core:5.13.3") { isTransitive = false }
|
||||
@ -107,7 +107,7 @@ tasks.named<Copy>("processResources") {
|
||||
}
|
||||
tasks.named<ShadowJar>("shadowJar") {
|
||||
dependencies {
|
||||
include(dependency("com.github.luben:zstd-jni:1.4.8-1"))
|
||||
include(dependency("com.github.luben:zstd-jni:1.4.8-2"))
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ dependencies {
|
||||
exclude(group = "junit", module = "junit")
|
||||
}
|
||||
"shade"("com.thoughtworks.paranamer:paranamer:2.6")
|
||||
"shade"("com.github.luben:zstd-jni:1.4.8-1")
|
||||
"shade"("com.github.luben:zstd-jni:1.4.8-2")
|
||||
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
||||
"shade"("org.enginehub.piston:core:0.5.6")
|
||||
"shade"("org.enginehub.piston.core-ap:runtime:0.5.6")
|
||||
|
Loading…
Reference in New Issue
Block a user