Skip to content

Instantly share code, notes, and snippets.

@chau-bao-long
Forked from kevalpatel2106/gradle.properties
Created February 25, 2017 05:44
Show Gist options
  • Save chau-bao-long/d3087a1af0efcae60fbd8cc1aba275ce to your computer and use it in GitHub Desktop.
Save chau-bao-long/d3087a1af0efcae60fbd8cc1aba275ce to your computer and use it in GitHub Desktop.
#Enable daemon
org.gradle.daemon=true
# Try and findout the best heap size for your project build.
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Modularise your project and enable parallel build
org.gradle.parallel=true
# Enable configure on demand.
org.gradle.configureondemand=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment