Skip to content

Commit

Permalink
fix: add duplicatesStrategy to allJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Aug 15, 2024
1 parent 154354a commit 5a48e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ tasks.register('allJar', Jar) {
}
archiveClassifier = 'all'
with jar
duplicatesStrategy = DuplicatesStrategy.WARN
}

java {
Expand Down

0 comments on commit 5a48e60

Please sign in to comment.