Created
October 10, 2018 16:03
-
-
Save Bloody-Badboy/31f9d19f279133adb5efde3827d5ac1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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