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

15 lines
483 B
Groovy

ext.skipPublish = true
apply from: "$rootDir/gradle/instrumentation.gradle"
apply from: "$rootDir/gradle/test-with-scala.gradle"
dependencies {
compileOnly deps.scala
testCompile deps.scala
testCompile group: 'com.typesafe.akka', name: 'akka-actor_2.11', version: '2.3.16'
testCompile group: 'com.typesafe.akka', name: 'akka-testkit_2.11', version: '2.3.16'
testCompile project(':instrumentation:java-concurrent')
testCompile project(':instrumentation:annotations')
}