Skip to content

3.2 RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@eriwen eriwen released this 07 Nov 16:09
· 76377 commits to master since this release
5d11ba7

Gradle 3.2 RC3 is now available for testing

This release candidate contains a few bug fixes reported against 3.2 RC2.

  • GRADLE-3579: Generated scripts in Gradle 3.2 spawn child processes
  • GRADLE-3580: IntelliJ Gradle import does not resolve sources for dependencies
  • GRADLE-3581: Build fails for Kotlin project with multi-level project dependencies

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 RC3 quickly by updating your wrapper properties:

./gradlew wrapper --gradle-version=3.2-rc-3

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

Reporting Problems

If you find a problem with Gradle 3.2 RC3, 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.

Known Issues