Skip to content
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

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

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

Conversation

renovate[bot]
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.12 age adoption passing confidence
com.gradleup.shadow plugin patch 8.3.0 -> 8.3.5 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.8.0 -> 0.9.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

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.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
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