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

Leave a Reply

Your email address will not be published. Required fields are marked *