To install Gradle in Windows , we need to follow the following steps –
1. Download Gradle from “https://gradle.org/gradle-download/”
2. Extract it in a specific folder (Example – C:\gradle-2.5)
3. Add “GRADLE_HOME” in System variable
4. Add “%GRADLE_HOME%\bin” in path variable
5. Now check the gradle version from cmd – “gradle -v”
Enjoy 🙂