We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc43037 + 979124b commit e966d2dCopy full SHA for e966d2d
gradle/mixed-java-kotlin-hello-world/build.gradle
@@ -30,6 +30,8 @@ dependencies {
30
testCompile 'org.testng:testng:6.8'
31
}
32
33
+test.testClassesDir = project.tasks.compileTestKotlin.destinationDir
34
+
35
task wrapper(type: Wrapper) {
36
gradleVersion="1.4"
37
0 commit comments