Bump gradle-wrapper from 8.2 to 9.4.0#62
Conversation
Bumps gradle-wrapper from 8.2 to 9.4.0. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: Updates the project’s Gradle Wrapper from 8.2 to 9.4.0 to keep build tooling up to date. Changes:
Technical Notes: Gradle 9.x requires Java 17+ to run Gradle; ensure CI/runners provide a compatible runtime even if the project continues targeting Java 8 bytecode. 🤖 Was this summary useful? React with 👍 or 👎 |
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip |
There was a problem hiding this comment.
Gradle 9.x requires Java 17+ to run Gradle itself; this wrapper bump will likely fail in environments still using Java 8 (e.g., the repo’s CI workflows currently set up JDK 8). Consider verifying CI/build runners use a Java 17+ runtime for Gradle (you can still target Java 8 bytecode separately).
Severity: high
Other Locations
.github/workflows/gradle-build.yml:40.github/workflows/gradle-publish.yml:30
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
Superseded by #64. |
Bumps gradle-wrapper from 8.2 to 9.4.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)