BIP39 icon indicating copy to clipboard operation
BIP39 copied to clipboard

Improve GRADLE build Performance

Open shisheng-1 opened this issue 2 years ago • 0 comments

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.

shisheng-1 avatar Nov 06 '21 23:11 shisheng-1