This commit is contained in:
NotMyFault 2021-09-06 20:17:43 +02:00
parent 7c3c165fd6
commit 17a1c7e0bf
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 2 additions and 0 deletions

View File

@ -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 {