Relocate zstd

This commit is contained in:
NotMyFault
2021-05-12 18:04:21 +02:00
parent 7b6fde2579
commit 9ff47d3404
3 changed files with 5 additions and 9 deletions

View File

@ -162,6 +162,9 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("com.intellectualsites.paster", "com.boydti.fawe.paster") {
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
}
relocate("com.github.luben", "com.boydti.fawe.zstd") {
include(dependency("com.github.luben:zstd-jni:1.4.9-5"))
}
}
}