aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 134f7baae1..4d0091ca73 100644
--- a/build.gradle
+++ b/build.gradle
@@ -183,6 +183,8 @@ subprojects {
// this is necessary for JDK 9+ to keep formatting dates the same way as in previous JDK-versions
systemProperties['java.locale.providers'] = 'JRE,CLDR'
+
+ systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'
}
jacoco {