Skip to content

Commit

Permalink
Fix duplicates (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 7, 2022
1 parent 11c14e3 commit 3dfd8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ tasks {

from(zipTree(shadowJarWithDuplicates.get().archiveFile))

duplicatesStrategy = DuplicatesStrategy.EXCLUDE

manifest {
attributes(shadowJarWithDuplicates.get().manifest.attributes)
}
Expand Down

0 comments on commit 3dfd8a4

Please sign in to comment.