Disable agent-for-testing default JAR which we don't publish. (#2151)
This commit is contained in:
parent
49194ff444
commit
94fd21e2ae
|
@ -72,6 +72,10 @@ shadowJar {
|
|||
relocate "application.io.opentelemetry", "io.opentelemetry"
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Dependencies to include without obfuscation.
|
||||
shadowInclude project(':javaagent-bootstrap')
|
||||
|
|
Loading…
Reference in New Issue