Gradle 2.14.1 is now available
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 bug fixes in different areas (see below for more information).
It does not include any new features. We strongly recommend anyone upgrading from an older version to upgrade straight to Gradle 2.14.1 instead of Gradle 2.14.
Check the 2.14.1 release notes 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
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.