Remove unused gradle config (#2268)

This commit is contained in:
Trask Stalnaker 2021-02-15 16:48:23 -08:00 committed by GitHub
parent 48a12b7e9f
commit f866bf2f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,3 @@ dependencies {
testImplementation deps.opentelemetryExtAnnotations
testInstrumentation project(':instrumentation:opentelemetry-annotations-1.0:javaagent')
}
tasks.withType(Test) {
jvmArgs '-Dotel.trace.annotated.methods.exclude=io.opentelemetry.test.annotation.TracedWithSpan[ignored]'
}