cuba-platform / cuba

CUBA Platform is a high level framework for enterprise applications development
https://www.cuba-platform.com
Apache License 2.0
1.34k stars 219 forks source link

Improve GRADLE build Performance #3246

Closed shisheng-1 closed 2 years ago

shisheng-1 commented 3 years ago

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.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

knstvk commented 2 years ago

Sorry but we don't want to introduce any instability in the build process. All further enhancements should go in https://github.com/Haulmont/jmix-core