Skip to content

Commit 959cfd7

Browse files
committed
fix
1 parent a80f149 commit 959cfd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jmx-scraper/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ tasks {
5151
shadowJar {
5252
mergeServiceFiles()
5353

54+
duplicatesStrategy = DuplicatesStrategy.INCLUDE // required for mergeServiceFiles() in Shadow 9
55+
5456
manifest {
5557
attributes["Implementation-Version"] = project.version
5658
}

0 commit comments

Comments
 (0)