Created
August 29, 2015 05:38
-
-
Save srayhunter/4ace02cc7d5ed7e9fe80 to your computer and use it in GitHub Desktop.
Revisions
-
srayhunter created this gist
Aug 29, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # 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