How to Install Gradle on Windows 11

In this guide, we install Gradle on Windows 11 operating system.

Steps to Install Gradle on Windows 11

1. Download the latest Gradle distribution

Download the latest Gradle distribution from the official website (https://gradle.org/releases/).

Refer to the screenshot:

2. Extract the downloaded ZIP file to a folder

Extract the downloaded ZIP file to a folder of your choice. For example, you can extract it to "C:\Users\rames\Downloads\gradle-8.0.2".

Refer to the screenshot:

3. Set up the Environment Variable

Add the bin directory of the extracted Gradle archive to your system's PATH environment variable.

Refer the below screenshot:

4. Verify the Installation

Verify the installation by opening a new command prompt window and running the following command: 
gradle -v
Refer the below screenshot:

Once you install Gradle successfully, you can use the command prompt to run, package, and deploy Gradle projects.

Congratulations, you have successfully installed Gradle on Windows 11.

Comments