mirror of https://github.com/apache/poi.git
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:
parent
7a10b863f6
commit
6fe733c92a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue