Skip to content

Instantly share code, notes, and snippets.

@Bloody-Badboy
Created October 10, 2018 16:03
Show Gist options
  • Save Bloody-Badboy/31f9d19f279133adb5efde3827d5ac1e to your computer and use it in GitHub Desktop.
Save Bloody-Badboy/31f9d19f279133adb5efde3827d5ac1e to your computer and use it in GitHub Desktop.
# Enable Gradle Daemon
org.gradle.daemon=true
# Enable Configure on demand
org.gradle.configureondemand=true
# Enable parallel builds
org.gradle.parallel=true
# Enable Build Cache
android.enableBuildCache=true
# Enable simple gradle caching
org.gradle.caching=true
# Increase memory allotted to JVM
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseFastAccessorMethods -Dfile.encoding=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment