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.
1 parent ae8a4b3 commit fc049fcCopy full SHA for fc049fc
gradle.properties
@@ -14,4 +14,6 @@ org.gradle.jvmargs=-Xmx4096m
14
# When configured, Gradle will run in incubating parallel mode.
15
# This option should only be used with decoupled projects. More details, visit
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
-# org.gradle.parallel=true
+# org.gradle.parallel=true
18
+
19
+com.github.maiflai.gradle-scalatest.mode = append
gradle/scripts/tests.gradle
@@ -4,6 +4,7 @@ test {
4
excludeTestsMatching '*IT'
5
}
6
7
+test.dependsOn(scalatest)
8
9
task allTests(type: Test) {
10
description 'executes all tests'
0 commit comments