]> source.dussan.org Git - poi.git/commitdiff
Enable parallel tests from Gradle
authorMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 21:15:12 +0000 (21:15 +0000)
committerMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 21:15:12 +0000 (21:15 +0000)
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

build.gradle

index 134f7baae125596b82641ed313ac8fcd43e70ad0..4d0091ca733b04256ef3c8a9a9ed181b2a2db4f7 100644 (file)
@@ -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 {