aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMarius Volkhart <mariusvolkhart@apache.org>2021-02-26 21:15:12 +0000
committerMarius Volkhart <mariusvolkhart@apache.org>2021-02-26 21:15:12 +0000
commit6fe733c92a3da9673049499108962768459cec24 (patch)
treed3a33b95dfb5495b93b0c9bf0cd5be1bb21109be /build.gradle
parent7a10b863f670374b5b1e40c738db3e88f722d9a1 (diff)
downloadpoi-6fe733c92a3da9673049499108962768459cec24.tar.gz
poi-6fe733c92a3da9673049499108962768459cec24.zip
Enable parallel tests from Gradle
Parallel tests are already enabled from Ant. This does the same for Gradle users. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886959 13f79535-47bb-0310-9956-ffa450edef68
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 {