← Back to team overview

syncany-team team mailing list archive

Speed up Gradle (from >30 sec down to 4 seconds)

 

Hi all,

Nice tip: Gradle can run a daemon in the background to speed up startup
time. My build time (old laptop) was reduced from over 30 seconds to less
than 5 seconds (!!).

On Linux:
$ echo 'org.gradle.daemon=true' >> ~/.gradle/gradle.properties

Detailed explanation:
https://www.timroes.de/2013/09/12/speed-up-gradle/

Best
Philipp