How to Set Gradle
- Download the latest gradle from https://services.gradle.org/distributions
- Extract to C drive >Program files
- Note down the path for the folder
- Open Environment variables >System Variables
- Click on new button
- Enter variable name: GRADLE_HOME
- Variable path : C:\Program Files\gradle-2.10
- Open Environment variables >System Variables
- select "path"under system variables
- Click on Edit button
- Add following at the end of the string ";%GRADLE_HOME%\bin"
- Open Cmd
- type "gradle -v"
No comments:
Post a Comment