Gradle 3.2-rc-2 is now available for testing

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.

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 projects.

1 Like

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