mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix CLI
This commit is contained in:
parent
7c3c165fd6
commit
17a1c7e0bf
@ -32,11 +32,13 @@ dependencies {
|
|||||||
implementation(libs.log4jCore
|
implementation(libs.log4jCore
|
||||||
)
|
)
|
||||||
implementation("commons-cli:commons-cli:1.4")
|
implementation("commons-cli:commons-cli:1.4")
|
||||||
|
api(libs.parallelgzip) { isTransitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
tasks.named<ShadowJar>("shadowJar") {
|
||||||
dependencies {
|
dependencies {
|
||||||
include { true }
|
include { true }
|
||||||
|
relocate("org.anarres", "com.fastasyncworldedit.core.internal.io")
|
||||||
}
|
}
|
||||||
archiveFileName.set(moduleIdentifier)
|
archiveFileName.set(moduleIdentifier)
|
||||||
minimize {
|
minimize {
|
||||||
|
Loading…
Reference in New Issue
Block a user