Fixed scala tests discovery by gradle

This commit is contained in:
Eugene Zadyra
2018-06-03 19:34:30 +02:00
parent 57719da916
commit 3d366eb5cd

View File

@@ -35,7 +35,7 @@ subprojects {
task scalaTest(dependsOn: ['testClasses'], type: JavaExec) {
main = 'org.scalatest.tools.Runner'
args = ['-R', "build/classes/test",
args = ['-R', "build/classes/scala/test",
'-u', "build/test-results/$name",
'-h', "build/resports/scalaTests/$name",
'-o'