- c:
- cd c:\
- mkdir gradle
- cd gradle
- wget --no-check-certificate https://services.gradle.org/distributions/gradle-2.14-all.zip
- unzip gradle-2.14-all.zip
- rm -f gradle-2.14-all.zip
- cd gradle-2.14
- cd bin
- setx PATH "%PATH%;%cd%"
- refreshenv
- 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