add kotlin test config to java-concurrent project
This commit is contained in:
parent
a31abc67e9
commit
63c28cef31
|
@ -6,6 +6,7 @@ project.ext {
|
|||
|
||||
apply from: "${rootDir}/gradle/java.gradle"
|
||||
apply from: "${rootDir}/gradle/test-with-scala.gradle"
|
||||
apply from: "${rootDir}/gradle/test-with-kotlin.gradle"
|
||||
|
||||
apply plugin: 'org.unbroken-dome.test-sets'
|
||||
|
||||
|
|
Loading…
Reference in New Issue