How to Make Building with Gradle Faster
October 2014
In the root of your project (in the directory with settings.gradle) create or just open file local.properties and add these two lines:
org.gradle.parallel=true
org.gradle.daemon=true
An important announcement: we might travel together! I'm trying to gather remote developers to colive/travel together! Details are discussed in the github issue. Thumb up there if you're interested!
October 2014
In the root of your project (in the directory with settings.gradle) create or just open file local.properties and add these two lines:
org.gradle.parallel=true
org.gradle.daemon=true
Leave a Reply