Gradle Installation

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
GRADLE_HOME

4. Add “%GRADLE_HOME%\bin” in path variable
PATH

5. Now check the gradle version from cmd – “gradle -v”
CMD

 

Enjoy 🙂

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *