You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ma...@apache.org on 2021/02/26 21:15:12 UTC

svn commit: r1886959 - /poi/trunk/build.gradle

Author: mariusvolkhart
Date: Fri Feb 26 21:15:12 2021
New Revision: 1886959

URL: http://svn.apache.org/viewvc?rev=1886959&view=rev
Log:
Enable parallel tests from Gradle

Parallel tests are already enabled from Ant. This does the same for Gradle users.

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1886959&r1=1886958&r2=1886959&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Feb 26 21:15:12 2021
@@ -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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org