manticore-projects commented on pull request #275: URL: https://github.com/apache/poi/pull/275#issuecomment-958740030
I gave it my best try: On CI please call gradle as shown below in order to achieve serial build and Testing on 2 threads ```bash CI_BUILD=TRUE gradle --no-parallel --max-workers=1 clean build ``` On a normal build environment, just call ``` gradle clean build ``` in order to achieve parallel build. -- 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