Skip to content

6.2.2

Compare
Choose a tag to compare
@rieske rieske released this 04 Mar 09:20
· 41102 commits to master since this release
7d0bf6d

This is a patch release for Gradle 6.2.

This fixes a critical bug in Gradle 6.2:

  • Multi-project build use the properties of the rootProject for all included builds. #12381

All issues fixed

We recommend that you use Gradle 6.2.2 over the initial release of Gradle 6.2.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.2.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.