Netflix / genie

Distributed Big Data Orchestration Service
https://netflix.github.io/genie
Apache License 2.0
1.71k stars 367 forks source link

Improve GRADLE build Performance #1125

Open shisheng-1 opened 2 years ago

shisheng-1 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.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 93.786% when pulling d63621978f9ae9a9f553e9036e50b8d792afdc22 on shisheng-1:Modify_GRADLE_1 into 219b7874b3849bd717bdcd291b67d99a74fa4bae on Netflix:master.

tgianos commented 2 years ago

@rpalcolea @chali as our resident build folks could you take a look at this?