Skip to content

Instantly share code, notes, and snippets.

@hernandazevedo
Last active December 17, 2017 22:07
Show Gist options
  • Save hernandazevedo/6614045d09e5e473e44de78025640691 to your computer and use it in GitHub Desktop.
Save hernandazevedo/6614045d09e5e473e44de78025640691 to your computer and use it in GitHub Desktop.
put this file at the folder ~user/.gradle to avoid infinite build, and use offline cache
org.gradle.daemon = true
org.gradle.parallel = true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8org.gradle.daemon = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment