Skip to content

Commit

Permalink
Disable shadowPublish for instrumentation projects (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Jan 18, 2021
1 parent afdde03 commit 999f311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/instrumentation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
ext {
packageInAgentBundle = true
mavenGroupId = 'io.opentelemetry.javaagent.instrumentation'
// Shadow is only for testing, not publishing.
noShadowPublish = true
}

apply from: "$rootDir/gradle/java.gradle"
Expand Down

0 comments on commit 999f311

Please sign in to comment.