diff --git a/build.gradle b/build.gradle index 9f3cb1e..7786c9e 100644 --- a/build.gradle +++ b/build.gradle @@ -49,4 +49,5 @@ jar { from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } + duplicatesStrategy = DuplicatesStrategy.INCLUDE } \ No newline at end of file