[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
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ fun Project.applyLibrariesConfiguration() {
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")