Skip to content

Commit

Permalink
Exclude manifest files of dependencies from the launcher fat jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Sep 25, 2024
1 parent 53ca705 commit 43dd1e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jar {
// Include other dependencies
from {
configurations.bundled.collect { it.isDirectory() ? it : zipTree(it) }
} {
exclude "META-INF/*"
}
}

0 comments on commit 43dd1e4

Please sign in to comment.