We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a13a5 commit 6e12adfCopy full SHA for 6e12adf
1 file changed
sponge/build.gradle.kts
@@ -101,6 +101,7 @@ tasks.named<ShadowJar>("shadowJar") {
101
include(dependency(":BanManagerWebEnhancerCommon"))
102
include(dependency(":BanManagerWebEnhancerLibs"))
103
include(dependency("org.bstats:.*:.*"))
104
+ exclude(dependency("org.apache.logging.log4j:"))
105
106
relocate("org.bstats", "me.confuser.banmanager.webenhancer.common.bstats")
107
}
0 commit comments