You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2021/11/03 08:30:01 UTC

[GitHub] [poi] manticore-projects commented on pull request #275: Better parallel build performance

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-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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