diff --git a/testing/agent-for-testing/agent-for-testing.gradle b/testing/agent-for-testing/agent-for-testing.gradle index 0459c1cb97cf..2386d361c00f 100644 --- a/testing/agent-for-testing/agent-for-testing.gradle +++ b/testing/agent-for-testing/agent-for-testing.gradle @@ -72,6 +72,10 @@ shadowJar { relocate "application.io.opentelemetry", "io.opentelemetry" } +jar { + enabled = false +} + dependencies { // Dependencies to include without obfuscation. shadowInclude project(':javaagent-bootstrap')