The current Gradle release is 8.14. You can download binaries and view docs for all Gradle versions from the releases page.
- Prerequisites
- Additional resources
- Installing with a package manager
- Installing manually
- Upgrade with the Gradle Wrapper
- Older Releases
- Command-Line Completion
Prerequisites
Gradle runs on all major operating systems and requires only a Java JDK version 8 or higher to be installed. To check, run java -version
:
$ java -version
java version "1.8.0_121"
Additional resources
- On-demand and live online training is available for free to Gradle users.
- Self-paced tutorials are a good place to try Gradle with a variety of languages in addition to the docs.
- Gradle has a visual build inspection tool: Build Scan™.
- Finally, the Gradle Newsletter is a great way to keep
UP-TO-DATE
, with issues crafted monthly.
Installing with a package manager
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix-based systems.
$ sdk install gradle 8.14
Homebrew is “the missing package manager for macOS”.
Other package managers are available, but the version of Gradle distributed by them is not controlled by Gradle, Inc. Linux package managers may distribute a modified version of Gradle that is incompatible or incomplete when compared to the official version (available from SDKMAN! or below).
› Additional helpful information
Installing manually
Step 1. Download the latest Gradle distribution
The current Gradle release is version 8.14, released on 25 Apr 2025. The distribution zip file comes in two flavors:
- Binary-only
- Complete, with docs and sources
If in doubt, choose the binary-only version and browse docs and sources online.
Need to work with an older version? See the releases page.
Step 2. Unpack the distribution
Linux & MacOS users
Unzip the distribution zip file in the directory of your choosing, e.g.:
$ mkdir /opt/gradle
$ unzip -d /opt/gradle gradle-8.14-bin.zip
$ ls /opt/gradle/gradle-8.14
LICENSE NOTICE bin getting-started.html init.d lib media
Microsoft Windows users
Create a new directory C:\Gradle
with File Explorer.
Open a second File Explorer window and go to the directory where the Gradle distribution was downloaded. Double-click the ZIP archive to expose the content. Drag the content folder gradle-8.14
to your newly created C:\Gradle
folder.
Alternatively you can unpack the Gradle distribution ZIP into C:\Gradle
using an archiver tool of your choice.
Step 3. Configure your system environment
Linux & MacOS users
Configure your PATH
environment variable to include the bin
directory of the unzipped distribution, e.g.:
$ export PATH=$PATH:/opt/gradle/gradle-8.14/bin
Microsoft Windows users
In File Explorer right-click on the This PC
(or Computer
) icon, then click Properties
-> Advanced System Settings
-> Environmental Variables
.
Under System Variables
select Path
, then click Edit
. Add an entry for C:\Gradle\gradle-8.14\bin
. Click OK to save.
Step 4. Verify your installation
Open a console (or a Windows command prompt) and run gradle -v
to run gradle and display the version, e.g.:
$ gradle -v
------------------------------------------------------------
Gradle 8.14
------------------------------------------------------------
› Additional helpful information
Upgrade with the Gradle Wrapper
If your existing Gradle-based build uses the Gradle Wrapper, you can easily upgrade by running the wrapper
task, specifying the desired Gradle version:
$ ./gradlew wrapper --gradle-version=8.14 --distribution-type=bin
Note that it is not necessary for Gradle to be installed to use the Gradle wrapper. The next invocation of gradlew
or gradlew.bat
will download and cache the specified version of Gradle.
$ ./gradlew tasks
Downloading https://services.gradle.org/distributions/gradle-8.14-bin.zip
...
› Additional helpful information
Older Releases
You can find all releases and their checksums on the releases page.
Command-Line Completion
Command-line completion scripts are available for bash and zsh. This provides completion for Gradle tasks and command-line options.
Last Updated :
31 Oct, 2022
Gradle is a flexible build automation tool to build software. It is open-source, and also capable of building almost any type of software. A build automation tool automates the build process of applications. The Software building process includes compiling, linking, and packaging the code, etc. Gradle makes the build process more consistent. Using Gradle we can build Android, Java, Groovy, Kotlin JVM, Scala, C++, Swift Libraries, and Applications.
Prerequisites to Install Gradle
To install Gradle, we have to make sure that we have Java JDK version 8 or higher to be installed on our operating system because Gradle runs on major operating systems only Java Development Kit version 8 or higher. To confirm that we have JDK installed on our system. The ‘Java -version‘ command is used to verify if you run it on a windows machine.
You should see output like in the above image it confirms that you have JDK installed and the JAVA_HOME path set properly if you don’t have JDK Install. then you should install it first before going to the next step. in this tutorial, we are not cover the installation of JDK. we consider that we have JDK already on the system.
Installing Gradle Manually
Gradle Enterprise provides the installation of Gradle with package manager SDKMAN! but here we are covering the manual installation of Gradle for Microsoft windows machines. before starting we confirmed we have JDK installed properly on the machine.
Step 1. Download the latest Gradle distribution
To install Gradle we need the Gradle distribution ZIP file, we can download the latest version of Gradle from the official website. there are other versions of Gradle available but we will strongly suggest using the official. The current release of Gradle is version 7.5.1, released on 05 Aug 2022. it might be another latest release available when you read this article. Always download the latest version. The Gradle distribution zip file is available in two flavors:
- Binary-only: Binary version contains only executable files no source code and documentation. You can browse docs, and sources online.
- Complete, with docs and sources: This package contains docs and sources offline. I recommend going with binary-only.
Step 2. Unpack the Gradle distribution zip file
After successfully downloading the Gradle distribution ZIP file, we need to unzip/unpack the compressed file. In File Explorer, create a new directory C:\Gradle (you can choose any path according to your choice) as shown In the image.
Now unpack the Gradle distribution ZIP into C:\Gradle using an archiver tool of your choice.
Step 3. Configure your system environment
We have successfully unzipped the Gradle distribution Zip file. Now set the System environment PATH variable to the bin directory of the unzipped distribution. We have extracted files in the following location. you can choose any location to unzip:
C:\Gradle\bin
To set the Environment variable, Right-click on the “This Pc /Computer” icon, then select Properties -> Advanced System Settings -> Environmental Variables. The following screenshot may help you.
As shown in the following image, In the section System Variables select Path, then select the Edit option.
You will now see the following screen Select New, then add an entry for C:\Gradle\bin as shown in the image, now click on the OK button to save changes.
Step 4. Verifying and confirming the installation
After the successful setting of the environment variable, now it’s time to verify the installation. Run the “gradle -v” command on the Windows command prompt, which displays the details of the Gradle version installed on the PC. If you get similar output as in the image, Gradle has been installed successfully, and you can now use Gradle in your projects.
Introduction In the ever-evolving landscape of operating systems, Windows 11 has emerged as a robust platform for both casual users and professionals. Released initially in October 2021, Windows 11 brought with it a slew of new features, a fresh design, and enhancements that pushed the boundaries of productivity and multitasking. If you’re looking to download the official Windows 11 ISO files, you’re in the right place. This guide outlines various methods to secure the Windows 11 ISO legally, ensuring a smooth installation experience.
(https://techpp.com/wp-content/uploads/2024/09/Windows-11-ISO-Download.jpg[/IMG
Download Windows 11 ISO Files Legally
Why Download the ISO?
Downloading the Windows 11 ISO file offers multiple advantages. These include:
- Clean Install: Provides an opportunity to start fresh, eliminating potential software issues.
- Troubleshooting: Useful for fixing existing problems or reinstalling the system.
- Flexibility: The ISO can be transferred to USB drives or DVDs, allowing installation on multiple devices.
Methods to Download Windows 11 ISO
Quick Answer
To download the Windows 11 ISO file, you can utilize secure links provided in this article or download directly from Microsoft’s official website. Below are various methods for downloading Windows 11:
- Official Microsoft Website
- Google Drive Links
- Media Creation Tool
- Adguard
- Softonic
-
Windows Nano Version
Downloading the Windows 11 ISO File
Option 1: Official Microsoft Website
Downloading from Microsoft’s website is the most reliable method. Here’s how to do it:
- Visit the Windows 11 Download Page.
- Select the Download Windows 11 Disk Image (ISO) for x64 devices.
- Choose Windows 11 in the dropdown options and click the «Download» button.
- Select your language, then click «Confirm.»
- Download the file. Expect to wait for a few minutes, as the file size is about 6.2 GB.
Option 2: Google Drive Download Links
For users seeking convenience, ISO files are also available via Google Drive. These links have been tested for legality and security. One-click download is available. This is particularly useful if you want to avoid multiple steps or have issues with the official Microsoft download method.
Option 3: Media Creation Tool
The Media Creation Tool streamlines the process. It allows not only downloading but also directly updating your current Windows installation:
- Download the Media Creation Tool from Microsoft.
- Launch the tool and select «Create installation media for another PC».
- Choose the right language and edition, then select USB drive or ISO file based on your preference.
Option 4: Download from Adguard
Adguard offers a complete catalog of Windows versions, albeit lacking the latest editions. It’s a reliable way to access older Windows 11 versions. Simply navigate to their website to find available downloads.
Option 5: Download from Softonic
Softonic is another well-known third-party platform. While primarily focused on software, it also hosts Windows 11 ISO files. Navigate to their site, select your native language, and initiate the download.
Option 6: Nano Windows Version
Nano Windows is a lightweight variant of Windows 11 designed for systems with limited resources. Users can access the Nano version by downloading specific ISO files compatible with minimal hardware usage.
Installation Methods for Windows 11 ISO Files
Once you have the ISO file, the next step is installation. Depending on your needs, you can opt for one of the following methods:
1. Upgrade Existing Installation
If you’d like to upgrade your existing Windows while preserving files and applications, simply mount the ISO file and run the installation setup.
2. Clean Installation via Bootable USB
For a fresh start, utilize a bootable USB drive: [*Tools Required: A USB drive with at least 8GB of storage and a tool to create the bootable drive, like Rufus.
Steps to Create a Bootable Drive Using Rufus
- Download Rufus from its official site.
- Insert your USB drive and launch Rufus.
- Select the Windows 11 ISO file.
- Set the partition scheme to GPT and target system to UEFI.
- Click Start and wait for the process to finish.
3. Burn to DVD (for Older Devices)
If you’re using an older device that does not support USB booting, consider burning the ISO to a DVD. Most modern devices support DVD booting, making this option viable for clean installations.
4. Using Windows Media Creation Tool
Follow the options presented in the Media Creation Tool to install directly from there.
5. Overcoming Minimum Requirements Oversight
If your system doesn’t meet the standard minimum requirements for Windows 11, using Rufus allows you to bypass these limitations. You can omit RPM and TPM checks, and even the Microsoft account requirement during installation.
Minimum PC Requirements for Windows 11
Before proceeding, it’s essential to check if your system meets the minimum specifications:
- Processor: 1 GHz or faster, at least 2 cores, compatible 64-bit.
- RAM: Minimum 4 GB.
- Storage: At least 64 GB of available space.
- System Firmware: UEFI, with Secure Boot capability.
- TPM: Version 2.0 is necessary.
-
Graphics Card: DirectX 12 or later compatible. If your PC does not meet all requirements, you can still perform the installation using the strategies mentioned above.
Setting Up Windows 11 After Installation
After successfully installing Windows 11, you will need to go through a series of setup steps: [Choose your region and keyboard layout. [Connect to the Internet. [*Sign in with your Microsoft account (optional).
-
Customize privacy settings. Following these steps will finalize your Windows 11 installation process and allow you to experience all the features it offers.
Conclusion
Downloading and installing Windows 11 ISOs is now easier than ever, thanks to the official methods provided by Microsoft and other trusted sources. Whether you’re upgrading an existing installation, performing a clean install, or utilizing a lightweight version of Windows, the options available cater to a wide variety of user needs. In an era where computer performance and usability are critical, Windows 11 provides a platform that can be tailored to individual requirements while offering security and seamless operation. Don’t forget to back up your data before making any significant changes to your system! Follow the steps outlined in this guide to ensure a smooth download and installation process. By leveraging secure and legitimate sources, you’re setting your system up for success with Windows 11. Source: TechPP Windows 11 ISO Download – Official Direct Download Links — TechPP
Skip to content
How to install Gradle on Windows 10
In this tutorial, we will see how to install Gradle on Windows 10 operating system.
Prerequisites:
- Gradle runs on almost major operating systems.
- Gradle required Java JDK/JRE version 8 or higher.
Versions:
- Windows 10 Pro 64 bit operating system
- Gradle 5.4.1
- Java 1.8
Install Gradle on Windows 10:
Here are the simple steps to download and install the Gradle on windows 10.
1. Get Gradle:
Download the latest Gradle distributions from the official website; for me, it is 5.4.1.
Click on the above complete link to download Gradle; it will be downloaded as a .zip file.
2. Extract the File:
After successfully download, extract the Gradle-5.4.1-all.zip.
If everything went well, you could see the below folders under the Gradle root directory.
3. Set Gradle Path:
Setting the Gradle path under User variables.
Go to Advanced System Settings -> Click on Environment Variables -> then you could see the below window.
Select the Path under the User variables section and click on the Edit button.
Click on the New button.
Fill the Gradle path until /bin and click on Ok and Close.
That’s it; now you have successfully installed and set up the Gradle on your Windows Operating System.
4. Verify:
To verify the setup- Open command prompt and check for the gradle -version like below.
If you see the above output; your installation process is done.
References:
- Gradle Installation
- Setup Gradle on STS
Happy Learning 🙂
Share a word.
Related Posts
Page load link
Gradle is an open source build tool, builds upon the concepts of Apache Ant and Apache Maven, can be used to build Java, C/C++, Python, Android, etc. In this tutorial, we’ll show you how to install Gradle on Windows so that you can get started to explore more features of Gradle.
1. Prerequisites
Gradle requires Java 7 or higher version
2.1. Download Gradle
You can download a distribution of Gradle from its website. There are 2 distributions: Completed distribution (including source code and offline docs) and Binary only distribution. In this tutorial, we will download the Binary only distribution of Gradle 3.0
After downloading, unzip the downloaded file to a proper location, for example: D:\Soft\gradle-3.0
2.2. Define GRADLE_HOME Variable
2.2.1.In Windows 7, right click My Computer and select Properties > Advanced.
In Windows 8, Windows 10, go to Control Panel > System > Advanced System Settings.
2.2.2. Under System Variables, click New
2.2.3. In the Variable Name field, enter GRADLE_HOME
2.2.4. In the Variable Value field, enter the Gradle directory, for example: D:\Soft\gradle-3.0
Add GRADLE_HOME variable
2.3. Append %GRADLE_HOME%/bin to the PATH
2.3.1. Select the Path variable and click Edit button.
2.3.2. For the Windows 7, 8 or some earlier version of Windows 10
In the Variable Value field, append ;%GRADLE_HOME%\bin to the end
For the latest version of Windows 10, click New, then add %GRADLE_HOME%\bin to the new line
Add %GRADLE_HOME%/bin to PATH
2.3.3. Click OK to finish
3. Verification
Open the terminal and issue below command to check whether the Gradle was installed successfully or not
The output should be:
—————————————————————————————— Gradle 3.0 —————————————————————————————— Build time: 2016—08—15 13:15:01 UTC Revision: ad76ba00f59ecb287bd3c037bd25fc3df13ca558 Groovy: 2.4.7 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_65 (Oracle Corporation 25.65—b01) OS: Windows 10 10.0 amd64 |
4. References
We have just finished to install Gradle on Windows. Below are other articles related to Gradle you may interested in, please refer to the following links:
Gradle Tutorials
Install Gradle on Ubuntu 16.04 LTS (Xenial Xerus)
Gradle Proxy Settings
Where is Gradle Cache Location
Specify The Build File in Gradle
Using Gradlew, The Gradle Wrapper
Set Java Source Compatibility and Target Compatibility in Gradle
Convert Maven POM File to Gradle Build File