Skip to content

Commit d3a0a7a

Browse files
committed
Do not include SLF4J in fatjar
1 parent cd9f7ea commit d3a0a7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build_shared.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ repositories {
1212
mavenLocal()
1313
}
1414

15+
configurations {
16+
implementation {
17+
exclude group: 'org.slf4j', module: 'slf4j-api'
18+
}
19+
}
20+
1521
dependencies {
1622
// GitHub Actions Workflows
1723
implementation libs.yaml

0 commit comments

Comments
 (0)