Skip to content

Commit

Permalink
disable publication until ready
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 19, 2024
1 parent f8461b2 commit 71a5749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jmx-scraper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ plugins {
id("com.github.johnrengelman.shadow")

id("otel.java-conventions")
id("otel.publish-conventions")

// publishing disabled until component is ready to be used
// id("otel.publish-conventions")
}

description = "JMX metrics scraper"
Expand Down

0 comments on commit 71a5749

Please sign in to comment.