Skip to content

Commit e4a8f83

Browse files
committed
fix bad merge again
1 parent dad197b commit e4a8f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-scraper/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tasks.register<Jar>("appJar") {
6969
from(sourceSets.get("integrationTest").output)
7070
archiveClassifier.set("app")
7171
manifest {
72-
attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.TestApp"
72+
attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.JmxScraper"
7373
}
7474
}
7575

0 commit comments

Comments
 (0)