Created
August 29, 2015 05:38
-
-
Save srayhunter/4ace02cc7d5ed7e9fe80 to your computer and use it in GitHub Desktop.
Android Gradle Build Properties for Mac OSX
This file contains hidden or 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
# project gradle.properties by srayhunter@github | |
# run the daemon on builds | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Djava.awt.headless=true -Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment