domingo, 3 de septiembre de 2017

Install Gradle for windows users

Download gradle binary from the link in the answer
Extract the zip file to C:\Gradle or somewhere else
open Edit Environment variable dialog from start menu > Search
Click 'New' under system variables and add as below
Variable Name GRADLE_HOME Variable Value C:\Gradle\gradle-4.0.1
Then choose PATH variable from system variable list
append the gradle path to variable value like this C:\Gradle\gradle-4.0.1\bin
then press win Key+R type cmd then enter > in command terminal type gradle -v
if the setup is correct you will see the gradle installation details

No hay comentarios:

Publicar un comentario