Link Search Menu Expand Document

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing websites.

Release Released Active Support Bug and Security Fixes Latest
7 1 year and 8 months ago
(09 Apr 2021)
Yes Yes 7.6.0
(22 Nov 2022)
6 3 years ago
(08 Nov 2019)
No Yes 6.9.3
(14 Oct 2022)

Only the latest release is supported. There is an exception for 6.9 which is still getting bug and security fixes.

Java Compatibility

A Java version between 8 and 19 is required to execute Gradle. Java 20 and later versions are not yet supported. Java 6 and 7 can still be used for compilation and forked test execution.

Gradle itself is tested with the following versions:

Gradle Java Kotlin Groovy Android
7 8-19 1.3.72-1.7.10 1.5.8-4.0.0 4.1, 4.2, 7.0, 7.1, 7.2, 7.3, 7.4
6 8-15 1.3.21-1.4.20 1.5.8-2.5.12 3.4, 3.5, 3.6, 4.0, 4.1, 4.2

More information is available on the Gradle website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
gradle --version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/gradle.json. See the API Documentation for more.

This page was last updated on 28 November 2022. Latest releases are automatically updated.