Remove unused SLF4J exclusion from shadowJar task.

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2025-11-10 09:27:58 +01:00
parent 56fb63f781
commit 4f92f8132d
+1 -1
View File
@@ -27,7 +27,7 @@ tasks.build {
}
tasks.shadowJar {
exclude("org/intellij/**", "org/slf4j/**")
exclude("org/intellij/**")
}
dependencies {