All Versions
28
Latest Version
Avg Release Cycle
11 days
Latest Release
1891 days ago

Changelog History
Page 3

  • v5.5.0 Changes

    June 28, 2019

    The Gradle team is excited to announce Gradle 5.5.

    πŸš€ Read the release notes

    πŸš€ We would like to thank the following community contributors to this release of Gradle:
    Martin d'Anjou,
    Ben Asher,
    Mike Kobit,
    Erhard Pointl,
    Sebastian Schuberth,
    Evgeny Mandrikov,
    Stefan M.,
    Igor Melnichenko,
    BjΓΆrn Kautler,
    Roberto Perez Alcolea and
    Christian FrΓ€nkel.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.5 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.5

    πŸš€ Standalone downloads are available at gradle.org/releases.

    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.

  • v5.5.0-RC4 Changes

    June 24, 2019

    πŸš€ This release candidate contains fixes for issues reported against 5.5 RC1, 5.5 RC2 or 5.5 RC3:

    • 🐎 Performance regression in projects with many exclude rules
    • Unstable/incorrect exclude behavior causes the wrong dependencies to be resolved

    πŸš€ Check the release notes for more information. If no regressions are reported, a final release will follow in the coming days.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.5 RC4 quickly by updating your wrapper:

    ./gradlew wrapper --gradle-version=5.5-rc-4

    πŸš€ Standalone downloads are available at https://gradle.org/release-candidate/.

    Reporting Problems

    πŸš€ If you find a problem with this release, 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.

  • v5.5.0-RC3 Changes

    June 14, 2019

    πŸš€ This release candidate contains fixes for the following issues reported against 5.5 RC1 and 5.5 RC2:

    • 5.5 RC1 and 5.5 RC2 - "Could not expand ZIP" error #9673
    • Potential NPE in dependency graph resolution result reading #9692
    • 🐎 Performance regression with lots of excludes in dependency resolution #9701

    πŸš€ Check the release notes for more information. If no regressions are reported, a final release will follow in the coming days.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.5 RC3 quickly by updating your wrapper properties:

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

    πŸš€ Standalone downloads are available at https://gradle.org/release-candidate/.

    Reporting Problems

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

  • v5.5.0-RC2 Changes

    June 07, 2019

    πŸš€ This release candidate contains fixes for the following issues reported against 5.5 RC1:

    • #9026 Document "new" managed types
    • #9579 Extra values not resolving in extension function
    • πŸ— #9615 Build fails with ArrayIndexOutOfBoundsException when reading from Binary store
    • #9641 Introduction of deferred resolution can cause NPE in deserialization of resolution results

    πŸš€ Check the release notes for more information. If no regressions are reported, a final release will follow in the coming days.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.5 RC2 quickly by updating your wrapper properties:

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

    πŸš€ Standalone downloads are available at https://gradle.org/release-candidate/.

    Reporting Problems

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

  • v5.5.0-RC1 Changes

    May 29, 2019

    πŸš€ The Gradle team is excited to announce Gradle 5.5-rc-1.

    πŸ“š This release features improvements to build init to generate plugin projects, an API for transforming dependency artifacts, the ability to declare organization-wide Gradle properties, lots of new native plugin documentation and more.

    πŸš€ We would like to thank the following community contributors to this release of Gradle: Martin d'Anjou, Ben Asher, Mike Kobit, Erhard Pointl, Sebastian Schuberth, Evgeny Mandrikov, Stefan M., Igor Melnichenko, BjΓΆrn Kautler, Roberto Perez Alcolea and Christian FrΓ€nkel.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.5-rc-1 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.5-rc-1

    πŸš€ Standalone downloads are available at gradle.org/release-candidate.

    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.

  • v5.4.1 Changes

    April 26, 2019

    πŸš€ This bug-fix release contains two changes to Gradle 5.4:

    • πŸ›  Fix inconsistent classpath ordering when dependencies have lots of excludes - #9197
    • Kotlin DSL IDEA script editor can't find JDK classes with Gradle 5.4 if Gradle JVM != Project SDK - #9195

    We recommend that you use Gradle 5.4.1 over 5.4.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.4.1 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.4.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.

  • v5.4.0 Changes

    April 25, 2019

    The Gradle team is excited to announce Gradle 5.4.

    πŸš€ Read the release notes

    πŸš€ We would like to thank the following community contributors to this release of Gradle:
    Ian Kerins,
    Roberto Perez Alcolea,
    Rodolfo Forte,
    gla3dr,
    and Stefan M..

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.4 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.4

    πŸš€ Standalone downloads are available at gradle.org/releases.

    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.

  • v5.4.0-RC1 Changes

    April 10, 2019

    πŸš€ The Gradle team is excited to announce Gradle 5.4-rc-1.

    πŸš€ We would like to thank the following community contributors to this release of Gradle:

    Ian Kerins,
    Roberto Perez Alcolea,
    Rodolfo Forte
    and Stefan M.

    ⬆️ Upgrade Instructions

    ⚑️ Switch your build to use Gradle 5.4-rc-1 by updating your wrapper properties:

    ./gradlew wrapper --gradle-version=5.4-rc-1

    πŸš€ Standalone downloads are available at gradle.org/release-candidate.

    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.