Sunday, March 6, 2016

Gradle : How to Setup Gradle

How to Set Gradle

  1. Download the latest gradle from https://services.gradle.org/distributions
  2. Extract to C drive >Program files
  3. Note down the path for the folder 
  4. Open Environment variables >System Variables
  5. Click on new button
  6. Enter variable  name: GRADLE_HOME
  7. Variable path : C:\Program Files\gradle-2.10
     
  8. Open Environment variables >System Variables
  9.  select "path"under system variables
  10. Click on Edit button
  11. Add following at the end of the string ";%GRADLE_HOME%\bin"
  12.  
  13. Open Cmd
  14. type "gradle -v"

No comments:

Post a Comment