Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Update Change
gradle minor 8.7-jdk17-alpine -> 8.13-jdk17-alpine
gradle (source) minor 8.7 -> 8.13

Release Notes

gradle/gradle (gradle)

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.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 changed the title Update dependency gradle to v8.8 Update gradle Docker tag to v8.8 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 27a80d7 to d8ed523 Compare June 3, 2024 22:57
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from d8ed523 to a17a8c6 Compare June 25, 2024 01:27
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from a17a8c6 to b884954 Compare July 11, 2024 18:52
@renovate renovate bot changed the title Update gradle Docker tag to v8.8 Update gradle Docker tag Jul 11, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from b884954 to 230ae80 Compare July 12, 2024 22:10
@renovate renovate bot changed the title Update gradle Docker tag Update gradle Docker tag to v8.9 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from fdba431 to ea07c42 Compare July 26, 2024 00:40
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from ea07c42 to e8c105d Compare August 14, 2024 13:08
@renovate renovate bot changed the title Update gradle Docker tag to v8.9 Update gradle Docker tag Aug 14, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from e8c105d to aebfc95 Compare August 15, 2024 22:16
@renovate renovate bot changed the title Update gradle Docker tag Update gradle Docker tag to v8.10 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from aebfc95 to a348627 Compare August 24, 2024 01:21
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from a348627 to 658998f Compare September 7, 2024 04:40
@renovate renovate bot changed the title Update gradle Docker tag to v8.10 Update gradle Docker tag Sep 9, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 94b9498 to 7fb8b26 Compare September 10, 2024 04:54
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 7fb8b26 to 485f5f0 Compare September 23, 2024 23:18
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 485f5f0 to 8c44395 Compare October 1, 2024 00:25
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 8902238 to 4bf3e55 Compare October 24, 2024 11:47
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 3 times, most recently from 0e45a4c to 102d1ff Compare November 13, 2024 07:58
@renovate renovate bot changed the title Update gradle Docker tag Update gradle Docker tag to v8.11 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 102d1ff to c0662ea Compare November 20, 2024 20:11
@renovate renovate bot changed the title Update gradle Docker tag to v8.11 Update gradle Docker tag Nov 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from c0662ea to 751efe7 Compare November 21, 2024 04:46
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 751efe7 to 0222fc5 Compare December 20, 2024 18:59
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 0222fc5 to 640aebc Compare December 20, 2024 22:30
@renovate renovate bot changed the title Update gradle Docker tag Update gradle Docker tag to v8.12 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 640aebc to 9d1b69c Compare December 21, 2024 05:23
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 223c1e4 to 8a9a3d0 Compare January 9, 2025 03:19
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from f0f1e45 to 1d67938 Compare January 24, 2025 13:49
@renovate renovate bot changed the title Update gradle Docker tag to v8.12 Update gradle Docker tag Jan 24, 2025
@renovate renovate bot force-pushed the renovate/gradle-8.x branch 2 times, most recently from 2cd5ca5 to 25de220 Compare January 31, 2025 09:24
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 25de220 to 52e70ab Compare February 15, 2025 03:06
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from 52e70ab to da61efb Compare February 25, 2025 10:58
@renovate renovate bot force-pushed the renovate/gradle-8.x branch from da61efb to a33f29f Compare March 6, 2025 03:14
@renovate renovate bot changed the title Update gradle Docker tag Update gradle Docker tag to v8.13 Mar 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant