Skip to content

Commit 3dfd8a4

Browse files
authored
Fix duplicates (#2669)
1 parent 11c14e3 commit 3dfd8a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ tasks {
141141

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

144+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
145+
144146
manifest {
145147
attributes(shadowJarWithDuplicates.get().manifest.attributes)
146148
}

0 commit comments

Comments
 (0)