Created
January 20, 2016 22:50
-
-
Save nebtrx/d5af7ab98837b188dfd5 to your computer and use it in GitHub Desktop.
Enabling Gradle Daemon on UNIX based OS
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
touch ~/.gradle/gradle.properties && echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment