diff --git a/examples/pubsub-demo/build.gradle b/examples/pubsub-demo/build.gradle index c665eec9..d8b5194d 100644 --- a/examples/pubsub-demo/build.gradle +++ b/examples/pubsub-demo/build.gradle @@ -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 -} - +} \ No newline at end of file