🎓 Top 15 Udemy Courses (80-90% Discount): My Udemy Courses - Ramesh Fadatare — All my Udemy courses are real-time and project oriented courses.
▶️ Subscribe to My YouTube Channel (178K+ subscribers): Java Guides on YouTube
▶️ For AI, ChatGPT, Web, Tech, and Generative AI, subscribe to another channel: Ramesh Fadatare on YouTube
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