Gradle 2.14.1-rc-2 is now available for testing

Gradle 2.14.1-rc-2 is now available for testing

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 minor fixes to the Ear, Jacoco, Native and CodeNarc plugins, see the fixed issues below for more information.

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.

Check the 2.14.1-rc-2 release notes for more information. If no regressions are reported, a final release will typically follow in the next week.

Upgrade Instructions

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

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

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

Reporting Problems

If you find a problem with Gradle 2.14.1-rc-2, 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.

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.

What are the changes between rc1 and rc2, btw?

The following issues have been fixed in RC-2:

GRADLE-3494
GRADLE-3496
GRADLE-3498
GRADLE-3499

OK, thanks.

Just asking because the “Fixed issues” section of 2.14.1-rc-1 and 2.14.1-rc-2 are identical.

I usually take a closer look at the stuff that might have been influenced.

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