-
-
Notifications
You must be signed in to change notification settings - Fork 22
chore: bump gradle-wrapper from 8.8 to 9.3.1 #147
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
Conversation
Bumps gradle-wrapper from 8.8 to 9.3.1. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this 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 repository’s Gradle Wrapper to Gradle 9.3.1, aligning the build tooling and wrapper scripts/jar with the newer Gradle release.
Changes:
- Bump
distributionUrlto Gradle 9.3.1. - Refresh
gradlew/gradlew.batwrapper launch scripts (notably switching to-jar ...gradle-wrapper.jarinvocation). - Update the committed
gradle-wrapper.jarto the matching wrapper version.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
gradlew.bat |
Updated Windows wrapper startup script to match the new wrapper behavior/version. |
gradlew |
Updated POSIX wrapper startup script (path resolution + -jar invocation). |
gradle/wrapper/gradle-wrapper.properties |
Bumped Gradle distribution URL to gradle-9.3.1-bin.zip. |
gradle/wrapper/gradle-wrapper.jar |
Updated the wrapper jar to the newer version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @rem Setup the command line | ||
|
|
||
|
|
||
|
|
Copilot
AI
Feb 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the -jar based wrapper invocation, there’s no longer any command-line setup happening here, but the script still has a "Setup the command line" comment followed by multiple blank lines. Consider removing the stale comment/extra blank lines to keep the wrapper script tidy and consistent with what it actually does.
| @rem Setup the command line | |
|
|
||
| # Collect all arguments for the java command: | ||
| # * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, | ||
| # * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, |
Copilot
AI
Feb 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment about which environment variables are disallowed from containing shell fragments no longer mentions GRADLE_OPTS, even though GRADLE_OPTS is still parsed/expanded later in this script. Please update the comment to include GRADLE_OPTS (or clarify why it’s intentionally excluded) so the documentation matches the actual behavior.
| # * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, | |
| # * DEFAULT_JVM_OPTS, JAVA_OPTS, GRADLE_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, |
Bumps gradle-wrapper from 8.8 to 9.3.1.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)