ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

Improve GRADLE build Performance #306

Closed shisheng-1 closed 2 years ago

shisheng-1 commented 2 years ago

Process forking options. Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork a new test VM after a certain number of tests have run by setting forkEvery.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

ramack commented 2 years ago

Thanks for the contribution. I guess you read and agree with the Contribution section in the readme right?

shisheng-1 commented 2 years ago

Thanks for the contribution. I guess you read and agree with the Contribution section in the readme right?

Thanks a lot @ramack ! I have put a new issue with the same title fo this PR