opentelemetry-java-instrume.../instrumentation/opencensus-shim/testing/build.gradle.kts

9 lines
181 B
Plaintext

plugins {
id("otel.javaagent-testing")
}
dependencies {
testLibrary("io.opentelemetry:opentelemetry-opencensus-shim")
testCompileOnly("io.opentelemetry:opentelemetry-api")
}