Skip to content

Commit

Permalink
Exclude duplicates from archives
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Sep 7, 2022
1 parent 02175ab commit ec2a11d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,10 @@ publishing {
}
}

tasks.withType(Tar) {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

tasks.withType(Zip) {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

0 comments on commit ec2a11d

Please sign in to comment.