Skip to content

4.3 RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bmuschko bmuschko released this 24 Oct 15:11
· 68085 commits to master since this release

Gradle 4.3 RC3 is now available for testing

This release candidate contains fixes for the following issues reported against 4.3 RC2.

  • #3262: The use of Project.property(Class) or ProviderFactory.property(Class) should not render a deprecation warning
  • #3250: Auto-applied build scan plugin not found when used in Kotlin DSL

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

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

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

Reporting Problems

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