How to start with Gradle?
Download the latest Gradle release from http://www.gradle.org/downloads
Set up the environmental var “GRADLE_HOME
“.
Add
to your GRADLE_HOME
/binPATH
environment variable. Usually, this is sufficient to run Gradle.
To check if Gradle is properly installed just type ‘gradle -v’ in command line.
And make sure you have set up the ‘ANT_HOME’ and ‘JAVA_HOME’