13 lines
311 B
Groovy
13 lines
311 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 project(':instrumentation:java-concurrent')
|
|
testCompile project(':instrumentation:annotations')
|
|
}
|