You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by GitBox <gi...@apache.org> on 2022/01/05 22:09:15 UTC

[GitHub] [tapestry-5] xiayingfeng opened a new pull request #32: Improve GRADLE build Performance

xiayingfeng opened a new pull request #32:
URL: https://github.com/apache/tapestry-5/pull/32


   
   [Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection and make Gradle’s infrastructure faster. This project has more than 1000 source files. We can consider enabling this feature.
   
   =====================
   If there are any inappropriate modifications in this PR, please give me a reply and I will change them.
   


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

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



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