Gradle 3.2 RC2 is now available for testing
This release candidate contains a few bug fixes reported against 3.2 RC1.
- GRADLE-3575: IndexOutOfBoundsException is thrown when building task execution graph
- GRADLE-3577: REPLACED file change type breaks compatibility with existing plugin
- GRADLE-3576: Child specs in Copy tasks cannot be modified when the Copy task is already running
- GRADLE-3573: Improvements to JANSI can’t initialize if java.io.tmpdir is mounted with noexec
Check the 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 3.2 RC2 quickly by updating your wrapper properties:
./gradlew wrapper --gradle-version=3.2-rc-2
Standalone downloads are available at https://gradle.org/release-candidate.
Reporting Problems
If you find a problem with Gradle 3.2 RC2, 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.