mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 18:44:04 +00:00
Update dependency com.github.luben:zstd-jni to v1.4.8-2
This commit is contained in:
@@ -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"))
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user