mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
shade in missing dependency
This commit is contained in:
parent
32b9aa26b2
commit
b2ca05bc54
@ -1,3 +1,5 @@
|
|||||||
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("java-library")
|
id("java-library")
|
||||||
id("net.ltgt.apt-eclipse")
|
id("net.ltgt.apt-eclipse")
|
||||||
@ -63,3 +65,9 @@ tasks.named<Copy>("processResources") {
|
|||||||
// expand("date" to "TODO Date")
|
// expand("date" to "TODO Date")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.named<ShadowJar>("shadowJar") {
|
||||||
|
dependencies {
|
||||||
|
include(dependency("com.github.luben:zstd-jni:1.1.1"))
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user