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

12 lines
317 B
Groovy

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