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
gradle -v
Refer the below screenshot:
Comments
Post a Comment
Leave Comment