[CLI,Libs] Minimize CLI, exclude slf4j from libs

This commit is contained in:
Kenzie Togami 2019-09-01 20:11:34 -07:00
parent a73a45ce43
commit 8fdd15f357
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
exclude(dependency("com.google.guava:guava"))
exclude(dependency("com.google.code.gson:gson"))
exclude(dependency("org.checkerframework:checker-qual"))
exclude(dependency("org.slf4j:slf4j-api"))
}
relocate("net.kyori.text", "com.sk89q.worldedit.util.formatting.text")

View File

@ -24,7 +24,7 @@
include { true }
}
minimize {
exclude { true }
exclude(dependency("org.apache.logging.log4j:log4j-core"))
}
}