Skip to content

Commit fc049fc

Browse files
committed
run scala as well as java tests
1 parent ae8a4b3 commit fc049fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ org.gradle.jvmargs=-Xmx4096m
1414
# When configured, Gradle will run in incubating parallel mode.
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17-
# org.gradle.parallel=true
17+
# org.gradle.parallel=true
18+
19+
com.github.maiflai.gradle-scalatest.mode = append

gradle/scripts/tests.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ test {
44
excludeTestsMatching '*IT'
55
}
66
}
7+
test.dependsOn(scalatest)
78

89
task allTests(type: Test) {
910
description 'executes all tests'

0 commit comments

Comments
 (0)