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 f8461b2 commit 71a5749Copy full SHA for 71a5749
jmx-scraper/build.gradle.kts
@@ -3,7 +3,9 @@ plugins {
3
id("com.github.johnrengelman.shadow")
4
5
id("otel.java-conventions")
6
- id("otel.publish-conventions")
+
7
+ // publishing disabled until component is ready to be used
8
+ // id("otel.publish-conventions")
9
}
10
11
description = "JMX metrics scraper"
0 commit comments