Skip to content

Commit 8c54ed4

Browse files
committed
Adjust to changed default of duplicatesStrategy in Shadow plugin
1 parent e56243e commit 8c54ed4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

junit-platform-console-standalone/junit-platform-console-standalone.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ tasks {
8383
""")
8484
}
8585

86+
duplicatesStrategy = DuplicatesStrategy.INCLUDE
8687
mergeServiceFiles()
88+
failOnDuplicateEntries = true
89+
8790
manifest.apply {
8891
inheritFrom(jar.get().manifest)
8992
attributes(mapOf(

0 commit comments

Comments
 (0)