Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2024

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.9-rc-1 -> 8.14.3

Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

Switch your build to use Gradle 8.9 by updating your wrapper:

./gradlew wrapper --gradle-version=8.9

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.9-rc-2: 8.9 RC2

Compare Source

The Gradle team is excited to announce Gradle 8.9 RC2.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

Switch your build to use Gradle 8.9 RC2 by updating your wrapper:

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

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) August 8, 2024 16:52
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 2b204f5 to 41aa8dd Compare August 14, 2024 20:34
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.10-rc-1 Update dependency gradle from 8.9-rc-1 to 8.10 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 41aa8dd to f28f8f1 Compare September 9, 2024 19:22
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.10 Update dependency gradle from 8.9-rc-1 to 8.10.1 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from f28f8f1 to 3667899 Compare September 20, 2024 08:14
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.10.1 Update dependency gradle from 8.9-rc-1 to 8.10.2-milestone-1 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 3667899 to 81aafa5 Compare September 24, 2024 06:25
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.10.2-milestone-1 Update dependency gradle from 8.9-rc-1 to 8.10.2 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 81aafa5 to 930a816 Compare October 6, 2024 16:44
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.10.2 Update dependency gradle from 8.9-rc-1 to 8.11-milestone-1 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 930a816 to 491a232 Compare October 17, 2024 22:57
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11-milestone-1 Update dependency gradle from 8.9-rc-1 to 8.11-rc-1 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 491a232 to 470fc13 Compare November 1, 2024 01:58
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11-rc-1 Update dependency gradle from 8.9-rc-1 to 8.11-rc-2 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 470fc13 to c78a497 Compare November 7, 2024 21:58
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11-rc-2 Update dependency gradle from 8.9-rc-1 to 8.11-rc-3 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from c78a497 to c96d197 Compare November 11, 2024 22:22
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11-rc-3 Update dependency gradle from 8.9-rc-1 to 8.11 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from c96d197 to 2f9eac2 Compare November 21, 2024 02:04
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11 Update dependency gradle from 8.9-rc-1 to 8.11.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 2f9eac2 to 3965c2f Compare December 13, 2024 02:37
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.11.1 Update dependency gradle from 8.9-rc-1 to 8.12-rc-1 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 3965c2f to c20c8c6 Compare December 18, 2024 01:19
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.12-rc-1 Update dependency gradle from 8.9-rc-1 to 8.12-rc-2 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from c20c8c6 to 8c691b0 Compare December 21, 2024 01:53
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.12-rc-2 Update dependency gradle from 8.9-rc-1 to 8.12 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 8c691b0 to f2a7654 Compare January 10, 2025 05:49
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.12 Update dependency gradle from 8.9-rc-1 to 8.13-milestone-1 Jan 10, 2025
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.13-milestone-3 Update dependency gradle from 8.9-rc-1 to 8.13-rc-1 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 1996a1b to 60f4ffb Compare February 14, 2025 21:59
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.13-rc-1 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-1 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 60f4ffb to efbd345 Compare February 20, 2025 21:47
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-1 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-2 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from efbd345 to 898bf8d Compare February 21, 2025 23:09
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-2 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-3 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 898bf8d to 8553e35 Compare March 6, 2025 16:01
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-3 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-4 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 8553e35 to 568b204 Compare March 20, 2025 16:36
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-4 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-5 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 568b204 to a65a49e Compare March 24, 2025 16:12
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-5 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-7 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from a65a49e to 34858e5 Compare April 8, 2025 13:12
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-7 Update dependency gradle from 8.9-rc-1 to 8.14-milestone-8 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 34858e5 to e007216 Compare April 9, 2025 17:10
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-milestone-8 Update dependency gradle from 8.9-rc-1 to 8.14-rc-1 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from e007216 to 219d935 Compare April 17, 2025 23:29
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-rc-1 Update dependency gradle from 8.9-rc-1 to 8.14-rc-2 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 219d935 to d641160 Compare April 23, 2025 20:08
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-rc-2 Update dependency gradle from 8.9-rc-1 to 8.14-rc-3 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from d641160 to b33f800 Compare April 25, 2025 20:32
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14-rc-3 Update dependency gradle from 8.9-rc-1 to 8.14 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from b33f800 to cda02b8 Compare May 22, 2025 23:50
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14 Update dependency gradle from 8.9-rc-1 to 8.14.1 May 22, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from cda02b8 to e68546e Compare June 6, 2025 21:16
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14.1 Update dependency gradle from 8.9-rc-1 to 8.14.2 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from e68546e to 7e0d665 Compare July 5, 2025 16:05
@renovate renovate bot changed the title Update dependency gradle from 8.9-rc-1 to 8.14.2 Update dependency gradle from 8.9-rc-1 to 8.14.3 Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants