Thursday, March 19, 2020

Gradle Maven install notes


Gradle Maven install notes



Intro

Gradle quick reference how to:
download
install
setup
test



Download

Go to manual installation
Or open direct Gradle download link - Windows, bin-only



Install

Unzip downloaded file gradle-6.2.2-bin.zip to your chosen target, i.e. to C:\software

In Windows Start menu search for and open:
Edit environment variables for your account

In User variables for user click New, fill in:
Variable name: GRADLE_HOME
Variable value: C:\software\gradle-6.2.2
Click OK.

Choose Variable PATH, click Edit (do not remove any existing content, click key End)
Append to Variable value: ;%GRADLE_HOME%\bin
Click OK.



Test

Open command prompt, run:
gradle -v
gradle -version



Notes

Changes will apply in newly opened applications and Command prompts.



Links

Gradle home

Installation Steps

Gradle releases

Getting started guide

Upgrade Gradle wrapper

No comments: