Skip to content

Commit

Permalink
Disable agent-for-testing default JAR which we don't publish. (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Feb 1, 2021
1 parent 49194ff commit 94fd21e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/agent-for-testing/agent-for-testing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ shadowJar {
relocate "application.io.opentelemetry", "io.opentelemetry"
}

jar {
enabled = false
}

dependencies {
// Dependencies to include without obfuscation.
shadowInclude project(':javaagent-bootstrap')
Expand Down

0 comments on commit 94fd21e

Please sign in to comment.