centic9 commented on a change in pull request #275: URL: https://github.com/apache/poi/pull/275#discussion_r742111209
########## File path: build.gradle ########## @@ -271,8 +278,10 @@ subprojects { '-Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl', "-Dversion.id=${project.version}", '-ea', - '-Djunit.jupiter.execution.parallel.config.strategy=fixed', - '-Djunit.jupiter.execution.parallel.config.fixed.parallelism=2' + '-Djunit.jupiter.execution.parallel.enabled=true', + '-Djunit.jupiter.execution.parallel..mode.default=concurrent' Review comment: Sorry, wrong word "useable", I rather meant to keep the env-variable as single place which decides how to run the build. If I run "jenkins" locally it would be good to still be able to decide if I want to get the speedup of the parallel building. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org