Changelog History
Page 3
-
v5.5.0 Changes
June 28, 2019The Gradle team is excited to announce Gradle 5.5.
π 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, 2019The Gradle team is excited to announce Gradle 5.4.
π 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.