Skip to content

Commit 71a5749

Browse files
committed
disable publication until ready
1 parent f8461b2 commit 71a5749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jmx-scraper/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ plugins {
33
id("com.github.johnrengelman.shadow")
44

55
id("otel.java-conventions")
6-
id("otel.publish-conventions")
6+
7+
// publishing disabled until component is ready to be used
8+
// id("otel.publish-conventions")
79
}
810

911
description = "JMX metrics scraper"

0 commit comments

Comments
 (0)