Skip to content

Instantly share code, notes, and snippets.

@marsicdev
Last active May 4, 2017 14:10
Show Gist options
  • Save marsicdev/f9b889379334be426b7daacf433c1a08 to your computer and use it in GitHub Desktop.
Save marsicdev/f9b889379334be426b7daacf433c1a08 to your computer and use it in GitHub Desktop.
Global build gradle properties
# 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