mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-03 04:20:59 +08:00
[CLI,Libs] Minimize CLI, exclude slf4j from libs
This commit is contained in:
parent
a73a45ce43
commit
8fdd15f357
@ -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")
|
||||
|
@ -24,7 +24,7 @@
|
||||
include { true }
|
||||
}
|
||||
minimize {
|
||||
exclude { true }
|
||||
exclude(dependency("org.apache.logging.log4j:log4j-core"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user