Get Started
-
3. Testing
Finally, to Test Gradle Installation.
gradle -v
(Optional) Speed Up Gradle Builds with Gradle Daemon
echo "org.gradle.daemon=true" > $HOME/.gradle/gradle.properties
Once you have globally enabled the Gradle Daemon in this way, all your builds will take advantage a Speed Boost.
-
4. Get Started
Getting Started with Gradle Automation Build Script
Contents