Skip to content

Commit

Permalink
fix bad merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 17, 2024
1 parent dad197b commit e4a8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmx-scraper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks.register<Jar>("appJar") {
from(sourceSets.get("integrationTest").output)
archiveClassifier.set("app")
manifest {
attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.TestApp"
attributes["Main-Class"] = "io.opentelemetry.contrib.jmxscraper.JmxScraper"
}
}

Expand Down

0 comments on commit e4a8f83

Please sign in to comment.