Skip to content

Update dependency org.gradle:gradle-tooling-api to v8.14-20250423015419+0000 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.gradle:gradle-tooling-api 8.2-20230323083057+0000 -> 8.14-20250423015419+0000 age adoption passing confidence

Release Notes

gradle/gradle (org.gradle:gradle-tooling-api)

v8.13

v8.12.1: 8.12.1

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

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

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

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

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

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

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

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

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.

v8.7: 8.7

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

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.6: 8.6

The Gradle team is excited to announce Gradle 8.6.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Baptiste Decroix,
Björn Kautler,
Daniel Lacasse,
Danny Thomas,
Hyeonmin Park,
jeffalder,
Jendrik Johannes,
John Jiang,
Kaiyao Ke,
Kevin Mark,
king-tyler,
Marcin Dąbrowski,
Marcin Laskowski,
Markus Gaisbauer,
Mel Arthurs,
Ryan Schmitt,
Surya K N,
Vladislav Golubtsov,
Yanshun Li,
Andrzej Ressel

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.6

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.5: 8.5

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.5

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.4: 8.4

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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 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 force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 40fab83 to 7669ecc Compare December 4, 2023 19:49
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231130001258+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231204153506+0000 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 7669ecc to d234308 Compare December 5, 2023 01:11
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231204153506+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231205001353+0000 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from d234308 to 069f7ef Compare December 6, 2023 03:11
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231205001353+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231206012242+0000 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 069f7ef to faeba89 Compare December 7, 2023 01:47
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231206012242+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231207002915+0000 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from faeba89 to 15f796f Compare December 7, 2023 18:40
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231207002915+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231207161223+0000 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 15f796f to b1fd848 Compare December 8, 2023 04:10
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231207161223+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231208002054+0000 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from b1fd848 to 917e906 Compare December 9, 2023 01:15
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231208002054+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231209001454+0000 Dec 9, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 917e906 to 9aebe90 Compare December 11, 2023 00:42
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231209001454+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231211000155+0000 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 9aebe90 to 76f2cf1 Compare December 11, 2023 17:08
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231211000155+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231211142008+0000 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 76f2cf1 to f304f21 Compare December 12, 2023 04:07
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231211142008+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231212001509+0000 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from f304f21 to 7a0ef19 Compare December 13, 2023 04:37
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231212001509+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231213001257+0000 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 7a0ef19 to 6aaff54 Compare December 14, 2023 01:15
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231213001257+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231214001756+0000 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 6aaff54 to 862088f Compare December 15, 2023 04:45
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231214001756+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231215001339+0000 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 862088f to 173123f Compare December 15, 2023 10:26
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231215001339+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231215074728+0000 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 173123f to 3b995f8 Compare December 16, 2023 01:51
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.6-20231215074728+0000 Update dependency org.gradle:gradle-tooling-api to v8.6-20231216002244+0000 Dec 16, 2023
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250403043412+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250404052051+0000 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from a144b2e to 3e3e2cd Compare April 5, 2025 04:43
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250404052051+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250405043242+0000 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 3e3e2cd to bac5078 Compare April 6, 2025 04:57
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250405043242+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250406024815+0000 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from bac5078 to d3adc37 Compare April 8, 2025 04:28
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250406024815+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250408012710+0000 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from d3adc37 to 2eaa474 Compare April 9, 2025 04:21
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250408012710+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250409012656+0000 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 2eaa474 to 27fcd5d Compare April 10, 2025 05:15
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250409012656+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250410035346+0000 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 27fcd5d to 6a70c58 Compare April 11, 2025 04:42
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250410035346+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250411014546+0000 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 6a70c58 to f3d85aa Compare April 12, 2025 04:52
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250411014546+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250412043042+0000 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from f3d85aa to d30b4f6 Compare April 14, 2025 04:34
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250412043042+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250414031451+0000 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from d30b4f6 to 07846d5 Compare April 15, 2025 05:15
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250414031451+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250415040018+0000 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 07846d5 to 4979ed3 Compare April 16, 2025 04:41
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250415040018+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250416025716+0000 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 4979ed3 to 570d173 Compare April 17, 2025 04:43
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250416025716+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250417023429+0000 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 570d173 to 1b05733 Compare April 18, 2025 04:56
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250417023429+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250418011438+0000 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 1b05733 to 522a92a Compare April 22, 2025 04:22
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250418011438+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250422010220+0000 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/org.gradle-gradle-tooling-api-8.x branch from 522a92a to d22312e Compare April 23, 2025 05:14
@renovate renovate bot changed the title Update dependency org.gradle:gradle-tooling-api to v8.14-20250422010220+0000 Update dependency org.gradle:gradle-tooling-api to v8.14-20250423015419+0000 Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant