github gradle/gradle v6.5.1
6.5.1

latest releases: v8.7.0, v8.7.0-RC4, v8.7.0-RC3...
3 years ago

This is a patch release for Gradle 6.5.

This fixes several critical bugs in Gradle 6.5:

  • Regression: Gradle 6.5 cached builds cause IllegalStateException #13367
  • Regression: Compile classpath configuration is not deterministic #13555
  • Regression: Class cast exception when GStrings are used with System.getProperty #13569
  • And a number of dependency graph resolution errors (#13251, #13316, #13329, #13551)

All issues fixed in this patch release

We recommend that you use Gradle 6.5.1 over the initial release of Gradle 6.5.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.5.1

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

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.

Don't miss a new gradle release

NewReleases is sending notifications on new releases.