Skip to content

3.4 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bmuschko bmuschko released this 06 Feb 22:12
· 74012 commits to master since this release

Gradle 3.4 RC2 is now available for testing

This release candidate contains a few bug fixes reported against 3.4 RC1.

  • #1312: Deprecate DependOptions
  • #1300: Promote CompileOptions.incremental out of incubating status
  • #1299: Deprecate CompileOptions.dependOptions
  • #1274: Classloading regression when using ClosureTaskActions

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.4 RC2 quickly by updating your wrapper properties:

./gradlew wrapper --gradle-version=3.4-rc-2

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

Reporting Problems

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