Created
February 18, 2016 11:01
-
-
Save rodrigograca31/29990a45111757f196d9 to your computer and use it in GitHub Desktop.
My Global gradle configuration: (~/.gradle/gradle.properties)
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
org.gradle.parallel=true | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Xms512m -Xmx2048m | |
org.gradle.configureondemand=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment