mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
[CLI,Libs] Minimize CLI, exclude slf4j from libs
This commit is contained in:
@ -24,7 +24,7 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
include { true }
|
||||
}
|
||||
minimize {
|
||||
exclude { true }
|
||||
exclude(dependency("org.apache.logging.log4j:log4j-core"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user