Gradle v5.6.1 Release Notes

Release Date: 2019-08-28 // over 4 years ago
  • 🚀 This bug-fix release contains changes to Gradle 5.6:

    • Unable to publish artifacts with custom classifier/extension from java project with Gradle 5.6 (#10287)
    • Regression in 5.6 signArchives (Duplicate key) (#10302)
    • Regression setting version for ArchiveTasks in 5.6 (#10311)
    • A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork (#10317)
    • DirectoryFileTree breaks SourceTask since 5.6 (#10322)
    • 👷 Regression: Unable to pass java.util.Properties object using Worker API in Gradle 5.6 (#10323)
    • Unable to publish multiple publications with same coordinates (#10333)
    • Gradle 5.6 - RuntimeException: Unable to load FastStringService (#10347)

    We recommend that you use Gradle 5.6.1 over 5.6.

    ⬆️ Upgrade Instructions

    ⚡️ Switch your build to use Gradle 5.6.1 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.6.1

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

    Reporting Problems

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