Skip to content

chore(deps): Update gradle and github actions#100

Merged
jpenilla merged 1 commit intomasterfrom
renovate/gradle-and-github-actions
Jun 26, 2025
Merged

chore(deps): Update gradle and github actions#100
jpenilla merged 1 commit intomasterfrom
renovate/gradle-and-github-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.10.1 -> 8.14.2 age adoption passing confidence
com.gradleup.shadow plugin patch 8.3.0 -> 8.3.7 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.8.0 -> 0.10.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

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.

GradleUp/shadow (com.gradleup.shadow)

v8.3.7

Compare Source

[!WARNING]
Only Gradle 9 support is being backported to this version. No additional features or crucial bug fixes will be included in the 8.x line. Please migrate to Shadow 9 as soon as possible.

Fixed

  • Fix compatibility for Gradle 9.0.0 RC1. (#​1470)

v8.3.6

Compare Source

Added

v8.3.5

Compare Source

Fixed

  • Revert "Bump Java level to 11" (#​1011).
    This reverts the change to maintain compatibility with 8.x versions. The Java level will be bumped to 11 or above in the next major release.

v8.3.4

Compare Source

Fixed

  • Apply legacy plugin last, and declare capabilities for old plugins, fixes #​964. (#​991)

v8.3.3

Compare Source

Changed

  • Disable Develocity integration by default. (#​993)

v8.3.2

Compare Source

Added

Changed

  • ShadowExtension.component has been deprecated, now you can use component.shadow instead. ([#​956]
  • BREAKING CHANGE: update to jdependency 2.11.0, this requires Java 11 or above to run. (#​974)

Fixed

  • Stop publishing Shadow self fat jar to Maven repository. (#​967)

v8.3.1

Compare Source

Added

  • Apply an empty plugin that has the legacy com.github.johnrengelman.shadow plugin ID.
    This allows existing build logic to keep on reacting to the legacy plugin as the replacement is drop-in currently.

Fixed

  • Explicitly add classifier to maven publication. (#​904)
  • Refix excluding Gradle APIs for java-gradle-plugin. (#​948)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/gradle-and-github-actions branch from bb067e5 to aa02d8f Compare September 18, 2024 13:59
@renovate renovate bot changed the title chore(deps): Update plugin shadow to v8.3.1 chore(deps): Update plugin shadow to v8.3.2 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from aa02d8f to 0931587 Compare September 23, 2024 23:30
@renovate renovate bot changed the title chore(deps): Update plugin shadow to v8.3.2 chore(deps): Update gradle and github actions Sep 23, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 0931587 to b7bc089 Compare October 2, 2024 06:29
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 8cd4cd5 to 1c85dbd Compare November 3, 2024 05:00
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 1c85dbd to f1ec819 Compare November 11, 2024 17:13
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from f1ec819 to 02e17f2 Compare November 20, 2024 19:52
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 2fd3db1 to 15e64bb Compare December 2, 2024 10:19
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 15e64bb to ddf66ad Compare December 20, 2024 18:33
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from ddf66ad to 6d058a2 Compare January 26, 2025 08:30
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 6d058a2 to 02339cc Compare February 2, 2025 20:27
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 02339cc to 8fff328 Compare February 25, 2025 12:00
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 8fff328 to e484ced Compare April 10, 2025 07:39
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from e484ced to 78c5ddb Compare April 25, 2025 17:10
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 78c5ddb to 553bc96 Compare May 22, 2025 20:53
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 553bc96 to 3743726 Compare June 6, 2025 19:44
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 3743726 to 680b757 Compare June 24, 2025 02:01
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 680b757 to 9e1889c Compare June 26, 2025 02:36
@jpenilla jpenilla merged commit 00ec5eb into master Jun 26, 2025
2 checks passed
@jpenilla jpenilla deleted the renovate/gradle-and-github-actions branch June 26, 2025 02:41
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.

1 participant