Skip to content

6.4.1

Compare
Choose a tag to compare
@big-guy big-guy released this 15 May 20:10
· 39046 commits to release since this release
1a04183

This is a patch release for Gradle 6.4.

This fixes several critical bugs in Gradle 6.4:

  • Regression: Different daemons are used between IDE and CLI builds for the same project #13069
  • Regression: Main-Class attribute always added to jar manifest when using application plugin #13057

All issues fixed in this patch release

We recommend that you use Gradle 6.4.1 over the initial release of Gradle 6.4.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.4.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.4.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.