Skip to content

[RUN-0000] Update Gradle to v9 - #63

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gradle-9.x
Closed

[RUN-0000] Update Gradle to v9#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gradle-9.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Update Change
gradle (source) major 8.14.59.7.0

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 requested review from a team and Copilot July 27, 2026 16:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the Gradle Wrapper scripts and configuration, primarily to upgrade the Gradle distribution and align wrapper scripts with newer generated templates (including SPDX headers and improved shell/cmd robustness).

Changes:

  • Upgraded Gradle wrapper distribution URL to a newer Gradle version and added wrapper download validation/timeouts.
  • Updated gradlew and gradlew.bat startup scripts (SPDX header, revised messaging/flow, -jar invocation).
  • Improved POSIX script portability checks (e.g., command -v, added xargs availability check, updated APP_HOME resolution).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
gradlew.bat Updates Windows wrapper script flow, error handling, and uses -jar invocation.
gradlew Updates POSIX wrapper script template, adds SPDX header, improves command detection and APP_HOME resolution, switches to -jar.
gradle/wrapper/gradle-wrapper.properties Upgrades Gradle distribution URL and adds wrapper network/validation properties.

Comment thread gradlew.bat
Comment on lines +48 to +54
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail
"%COMSPEC%" /c exit 1
Comment thread gradlew.bat
Comment on lines +62 to +68
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail
"%COMSPEC%" /c exit 1
Comment thread gradlew.bat
Comment on lines +78 to +82
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel

:omega
:exitWithErrorLevel
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
"%COMSPEC%" /c exit %ERRORLEVEL%
@renovate
renovate Bot force-pushed the renovate/gradle-9.x branch from 826204f to aee4bc3 Compare August 10, 2026 14:11
@fdevans fdevans closed this Aug 10, 2026
@renovate

renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/gradle-9.x branch August 10, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants