We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad197b commit e4a8f83Copy full SHA for e4a8f83
jmx-scraper/build.gradle.kts
@@ -69,7 +69,7 @@ tasks.register<Jar>("appJar") {
69
from(sourceSets.get("integrationTest").output)
70
archiveClassifier.set("app")
71
manifest {
72
- attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.TestApp"
+ attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.JmxScraper"
73
}
74
75
0 commit comments