Skip to content

Commit

Permalink
fix(build): prevent slf4j to be included on shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 3, 2024
1 parent e86896e commit 0fbbf06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ pom {
shadowJar {
archiveClassifier.set(null)
mergeServiceFiles()
dependencies {
exclude "org/slf4j/**"
}
}

github {
Expand Down

0 comments on commit 0fbbf06

Please sign in to comment.