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 a80f149 commit 959cfd7Copy full SHA for 959cfd7
jmx-scraper/build.gradle.kts
@@ -51,6 +51,8 @@ tasks {
51
shadowJar {
52
mergeServiceFiles()
53
54
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE // required for mergeServiceFiles() in Shadow 9
55
+
56
manifest {
57
attributes["Implementation-Version"] = project.version
58
}
0 commit comments