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.