Skip to content

Update Gradle to 9.5.0 and bump the minimum to 9.1.0#2016

Merged
Goooler merged 5 commits intomainfrom
renovate/gradle-9.x
May 11, 2026
Merged

Update Gradle to 9.5.0 and bump the minimum to 9.1.0#2016
Goooler merged 5 commits intomainfrom
renovate/gradle-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 28, 2026

This PR contains the following updates:

Package Update Change
gradle (source) minor 9.4.19.5.0

Release Notes

gradle/gradle (gradle)

v9.5.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 added the dependencies Pull requests that update a dependency file label Apr 28, 2026
@Goooler Goooler enabled auto-merge (squash) April 28, 2026 14:05
@Goooler Goooler disabled auto-merge April 28, 2026 15:18
@Goooler Goooler enabled auto-merge (squash) April 28, 2026 15:44
@renovate

This comment was marked as outdated.

@Goooler
Copy link
Copy Markdown
Member

Goooler commented May 11, 2026

* What went wrong:
Error resolving plugin [id: 'com.gradleup.shadow']
> Multiple build operations failed.
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      ...and 49 more failures.
   > Could not isolate parameters org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of artifact transform MergeInstrumentationAnalysisTransform
      > Could not isolate value org.gradle.api.internal.initialization.transform.MergeInstrumentationAnalysisTransform$Parameters_Decorated@f98884d of type MergeInstrumentationAnalysisTransform.Parameters
         > Could not resolve all files for configuration 'detachedConfiguration1'.
            > Failed to transform gradle-api-9.5.0.jar to match attributes {artifactType=jar, org.gradle.internal.instrumented=analyzed-artifact}.
               > Execution failed for InstrumentationAnalysisTransform: /Users/goooler/.gradle/caches/9.5.0/generated-gradle-jars/gradle-api-9.5.0.jar.
                  > Unsupported class file major version 69
> There are 58 more failures with identical causes.

@Goooler Goooler disabled auto-merge May 11, 2026 03:45
@Goooler Goooler changed the title Update Gradle to v9.5.0 Update Gradle to 9.5.0 and bump the min requirement to 9.1.0 May 11, 2026
@Goooler Goooler force-pushed the renovate/gradle-9.x branch from d6ca62d to 19b8ba4 Compare May 11, 2026 03:47
@Goooler Goooler requested a review from Copilot May 11, 2026 03:50
@Goooler Goooler changed the title Update Gradle to 9.5.0 and bump the min requirement to 9.1.0 Update Gradle to 9.5.0 and bump the minimum to 9.1.0 May 11, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s Gradle tooling to use Gradle 9.5.0 (via wrapper) and raises the declared minimum supported Gradle version to 9.1.0, with corresponding doc/CI adjustments.

Changes:

  • Bump Gradle wrapper distribution to 9.5.0 and update wrapper scripts/properties.
  • Raise minimum Gradle version to 9.1.0 and update CI to test against it.
  • Refresh docs/changelog and adjust a functional test assertion for updated error output.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/TransformersTest.kt Updates failing-output assertion to use regex matching.
README.md Updates compatibility matrix for 9.5.0+/Gradle 9.1+.
docs/README.md Mirrors compatibility matrix update in docs.
docs/changes/README.md Notes min Gradle requirement bump in Unreleased section.
gradle/libs.versions.toml Raises minGradle to 9.1.0.
gradle.properties Updates plugin snapshot version to 9.5.0-SNAPSHOT.
gradle/wrapper/gradle-wrapper.properties Points wrapper to Gradle 9.5.0 and adds wrapper retry-related properties.
gradlew Updates wrapper template reference link.
gradlew.bat Updates Windows wrapper script structure/exit handling.
.github/workflows/build.yml Updates Gradle matrix minimum from 9.0.0 to 9.1.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gradlew.bat
@Goooler Goooler force-pushed the renovate/gradle-9.x branch from 2ab1a78 to 9b950de Compare May 11, 2026 04:22
@Goooler Goooler enabled auto-merge (squash) May 11, 2026 04:23
@Goooler Goooler merged commit fa41bec into main May 11, 2026
8 checks passed
@Goooler Goooler deleted the renovate/gradle-9.x branch May 11, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants