Skip to content

Commit 94fd21e

Browse files
author
Anuraag Agrawal
authored
Disable agent-for-testing default JAR which we don't publish. (#2151)
1 parent 49194ff commit 94fd21e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/agent-for-testing/agent-for-testing.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ shadowJar {
7272
relocate "application.io.opentelemetry", "io.opentelemetry"
7373
}
7474

75+
jar {
76+
enabled = false
77+
}
78+
7579
dependencies {
7680
// Dependencies to include without obfuscation.
7781
shadowInclude project(':javaagent-bootstrap')

0 commit comments

Comments
 (0)