Skip to content

Commit 20bb67b

Browse files
authored
issue #192: Plugin build fails with Gradle 7 (#193)
1 parent a39b86c commit 20bb67b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ shadowJar {
5555
jar.enabled = false
5656
jar.dependsOn shadowJar
5757

58+
processResources.duplicatesStrategy = 'exclude'
59+
5860
configurations {
5961
[apiElements, runtimeElements].each {
6062
it.outgoing.artifacts.removeIf { it.buildDependencies.getDependencies(null).contains(jar) }

0 commit comments

Comments
 (0)