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
-- Mailing list: https://launchpad.net/~syncany-team Post to : [email protected] Unsubscribe : https://launchpad.net/~syncany-team More help : https://help.launchpad.net/ListHelp

