mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
Fixed scala tests discovery by gradle
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user