We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39b86c commit 20bb67bCopy full SHA for 20bb67b
build.gradle
@@ -55,6 +55,8 @@ shadowJar {
55
jar.enabled = false
56
jar.dependsOn shadowJar
57
58
+processResources.duplicatesStrategy = 'exclude'
59
+
60
configurations {
61
[apiElements, runtimeElements].each {
62
it.outgoing.artifacts.removeIf { it.buildDependencies.getDependencies(null).contains(jar) }
0 commit comments