forked from SteamWar/SteamWar
Remove unused SLF4J exclusion from shadowJar task.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -27,7 +27,7 @@ tasks.build {
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
exclude("org/intellij/**", "org/slf4j/**")
|
||||
exclude("org/intellij/**")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user