Skip to content

4.10.1

Compare
Choose a tag to compare
@wolfs wolfs released this 12 Sep 11:48
· 60691 commits to master since this release
76c9179

This bug-fix release addresses 6 regressions in Gradle 4.10:

  • #6656: FileTreeElement.getPath() returns absolute system dependent filepath.
  • #6592: Up-to-date checks for missing files can be incorrect
  • #6612: Gradle fails when no incremental compile snapshot data available.
  • #6582: Gradle 4.10 incorrect ordering between dependencies of dependent tasks.
  • #6558: tasks.withType(ScalaCompile::class.java).configureEach fails on multi-project builds.
  • #6653: Double deprecation message when using publishing plugin.

In addition, the Gradle Kotlin DSL has been updated to 1.0 RC6, see the release notes for the list of included fixes.

Upgrade Instructions

Switch your build to use Gradle 4.10.1 by updating your wrapper properties:

./gradlew wrapper --gradle-version=4.10.1

Standalone downloads are available at https://gradle.org/install.

Reporting Problems

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