Skip to content

Instantly share code, notes, and snippets.

@srayhunter
Created August 29, 2015 05:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srayhunter/4ace02cc7d5ed7e9fe80 to your computer and use it in GitHub Desktop.
Save srayhunter/4ace02cc7d5ed7e9fe80 to your computer and use it in GitHub Desktop.
Android Gradle Build Properties for Mac OSX
# 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