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
This commit is contained in:
Marius Volkhart 2021-02-26 21:15:12 +00:00
parent 7a10b863f6
commit 6fe733c92a
1 changed files with 2 additions and 0 deletions

View 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 {