Bobby Hargett
06/07/2023, 1:08 PMBobby Hargett
06/07/2023, 1:18 PMVampire
06/07/2023, 1:39 PMWesley Hartford
06/07/2023, 1:59 PM--scan
to a gradle builds uploads some stats to gradle for viewing. They often come with a handful of tips to improve build performance.Wesley Hartford
06/07/2023, 2:00 PMVampire
06/07/2023, 2:01 PMWesley Hartford
06/07/2023, 2:02 PMgradle.properties
file to enable local caching and parallel execution:
org.gradle.parallel=true
org.gradle.caching=true
Vampire
06/07/2023, 2:02 PM