Skip to content

Commit c72940f

Browse files
committed
fix(build): duplicate file error
1 parent fb40f33 commit c72940f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cli/autodiscovery-cli/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ dependencies {
1616
implementation(libs.clikt)
1717
implementation(libs.kxml2)
1818
}
19+
20+
tasks.withType<Tar> {
21+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
22+
}
23+
24+
tasks.withType<Zip> {
25+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
26+
}

0 commit comments

Comments
 (0)