Last active
May 4, 2017 14:10
-
-
Save marsicdev/f9b889379334be426b7daacf433c1a08 to your computer and use it in GitHub Desktop.
Global build gradle properties
This file contains 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
# Global gradle settings. | |
# Store in /Users/USER/.gradle/gradle.properties | |
org.gradle.jvmargs=-Xmx2048M | |
org.gradle.deamon=true | |
org.gradle.configureondemand=true | |
org.gradle.parallel=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment