Skip to content

Commit

Permalink
Merge pull request #586 from grails/jamesfredley/remove-duplicate-str…
Browse files Browse the repository at this point in the history
…ategy

Remove duplicate strategy
  • Loading branch information
codeconsole authored Sep 20, 2024
2 parents 577d1c5 + c013ed5 commit c532f84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/functional-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,3 @@ assets {
java {
sourceCompatibility = JavaVersion.toVersion(libs.versions.java.baseline.get())
}

distTar {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

distZip {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

0 comments on commit c532f84

Please sign in to comment.