Gradle 2.14.1-rc-1 is now available for testing

The Gradle team is pleased to announce Gradle 2.14.1-rc-1

The Gradle team has an important update to 2.14. This release fixes a critical defect to incremental builds that may prevent Gradle from executing tasks when inputs or outputs are out of date. This affects the correctness of builds using Gradle 2.14.

This release also contains two minor fixes to the Ear and CodeNarc plugins.

It does not include any new features. We strongly recommend anyone upgrading from an older version to upgrade to Gradle 2.14.1 instead of Gradle 2.14.

Enjoy the new version and let us know what you think!

Check the 2.14.1 release notes for more information.
For further information about the last minor release, check the 2.14 release notes for more information.

Upgrade Instructions

Switch your build to use Gradle 2.14.1 quickly by updating your wrapper properties:

./gradlew wrapper --gradle-version=2.14.1-rc-1

Standalone downloads are available at https://gradle.org/gradle-download.

Reporting Problems

If you find a problem with Gradle 2.14.1, please post a reply to this topic or create a new topic in Bugs. Be sure to include which operating system you are using, the version of Gradle you upgraded from and any steps you have found that reproduces your problem.

1 Like

This topic is now a banner. It will appear at the top of every page until it is dismissed by the user.

Everything fine with the usual three projects.

Thanks a lot for addressing this. One of those projects actually suffered from the bug but I presumed we broke something while refactoring the build. This rc fixed the problem which I was just about to analyze.

This topic is no longer a banner. It will no longer appear at the top of every page.