11 lines
299 B
Groovy
11 lines
299 B
Groovy
ext.skipPublish = true
|
|
|
|
apply plugin: "otel.javaagent-instrumentation"
|
|
|
|
dependencies {
|
|
testImplementation "org.apache.commons:commons-lang3:3.12.0"
|
|
testImplementation "commons-io:commons-io:2.8.0"
|
|
|
|
testInstrumentation project(":instrumentation:internal:internal-url-class-loader:javaagent")
|
|
}
|