Windows : Install Gradle Batch Script(*.BAT)

  1. c:
  2. cd c:\
  3. mkdir gradle
  4. cd gradle
  5. wget --no-check-certificate https://services.gradle.org/distributions/gradle-2.14-all.zip
  6. unzip gradle-2.14-all.zip
  7. rm -f gradle-2.14-all.zip
  8. cd gradle-2.14
  9. cd bin
  10. setx PATH "%PATH%;%cd%"
  11. refreshenv
  12. gradle --version

Please make sure you have installed choletey and GNU unix-utils for Windows and go theough this article if you dont have any of above commands preinstalled :

No comments:

Post a Comment