i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
1.95k stars 305 forks source link

Improve GRADLE build Performance #25

Closed SilverSteven closed 1 year ago

SilverSteven commented 2 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.

eyedeekay commented 2 years ago

Looks pretty harmless but I want to make sure it doesn't break gradle reproducible builds.