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 40ab00bCopy full SHA for 40ab00b
jmx-metrics/build.gradle.kts
@@ -59,6 +59,8 @@ tasks {
59
shadowJar {
60
mergeServiceFiles()
61
62
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE // required for mergeServiceFiles() in Shadow 9
63
+
64
manifest {
65
attributes["Implementation-Version"] = project.version
66
}
jmx-scraper/build.gradle.kts
@@ -51,6 +51,8 @@ tasks {
51
52
53
54
55
56
57
58
0 commit comments