Skip to content

Commit

Permalink
Merge pull request #150 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 dd22c8b + 6e2cc05 commit 2de82cc
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions examples/pubsub-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,4 @@ dependencies {
// Don't need groovydoc for example project
tasks.named('groovydoc') {
enabled = false
}

bootJar {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

distTar {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

distZip {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

}

0 comments on commit 2de82cc

Please sign in to comment.