Skip to content

Commit e966d2d

Browse files
author
shafirov
committed
Merge pull request Kotlin#1 from nskvortsov/patch-1
Workaround for lost tests
2 parents bc43037 + 979124b commit e966d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/mixed-java-kotlin-hello-world/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ dependencies {
3030
testCompile 'org.testng:testng:6.8'
3131
}
3232

33+
test.testClassesDir = project.tasks.compileTestKotlin.destinationDir
34+
3335
task wrapper(type: Wrapper) {
3436
gradleVersion="1.4"
3537
}

0 commit comments

Comments
 (0)