Skip to content

Commit

Permalink
Remove duplicate strategy since duplicate was resolved in gorm-hibern…
Browse files Browse the repository at this point in the history
…ate5 dependencies
  • Loading branch information
jamesfredley committed Sep 20, 2024
1 parent dd22c8b commit 6e2cc05
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 6e2cc05

Please sign in to comment.