Hello friends let us look at the installation of Gradle.
For this tutorial I am just explaining in Windows machine, but the steps are pretty much same for Linux as well.
For this tutorial I am just explaining in Windows machine, but the steps are pretty much same for Linux as well.
- Download the package from Gradle website (link here)
- Then extract it to any folder.
- Have to add the Gradle bin folder in to the Path variable of the environment
- For that follow my other post here.
- Make a variable name GRADLE_HOME and give its value as the base folder of the extracted package
- Then add the %GRADLE_HOME%/bin in to the path variable.
- Open a shell and type gradle -v and if everything is correct it will show you something like this:
Thanks
No comments:
Post a Comment