opentelemetry-java-instrume.../instrumentation/java-concurrent/scala-testing/scala-testing.gradle

13 lines
332 B
Groovy

ext.skipPublish = true
apply from: "$rootDir/gradle/instrumentation.gradle"
apply from: "$rootDir/gradle/test-with-scala.gradle"
dependencies {
compileOnly deps.scala
testImplementation deps.scala
testImplementation project(':instrumentation:java-concurrent')
testImplementation project(':instrumentation:annotations')
}