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"
|
relocate "application.io.opentelemetry", "io.opentelemetry"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Dependencies to include without obfuscation.
|
// Dependencies to include without obfuscation.
|
||||||
shadowInclude project(':javaagent-bootstrap')
|
shadowInclude project(':javaagent-bootstrap')
|
||||||
|
|
Loading…
Reference in New Issue