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("commons-cli:commons-cli:1.4")
|
||||
api(libs.parallelgzip) { isTransitive = false }
|
||||
}
|
||||
|
||||
tasks.named<ShadowJar>("shadowJar") {
|
||||
dependencies {
|
||||
include { true }
|
||||
relocate("org.anarres", "com.fastasyncworldedit.core.internal.io")
|
||||
}
|
||||
archiveFileName.set(moduleIdentifier)
|
||||
minimize {
|
||||
|
Loading…
Reference in New Issue
Block a user