Disable agent-for-testing default JAR which we don't publish. (#2151)

This commit is contained in:
Anuraag Agrawal 2021-02-01 16:52:41 +09:00 committed by GitHub
parent 49194ff444
commit 94fd21e2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ shadowJar {
relocate "application.io.opentelemetry", "io.opentelemetry"
}
jar {
enabled = false
}
dependencies {
// Dependencies to include without obfuscation.
shadowInclude project(':javaagent-bootstrap')