Skip to content

chore: bump gradle wrapper from 8 to 9#145

Merged
RyuNen344 merged 2 commits into
mainfrom
chore/bump-gradle-wrapper
May 24, 2026
Merged

chore: bump gradle wrapper from 8 to 9#145
RyuNen344 merged 2 commits into
mainfrom
chore/bump-gradle-wrapper

Conversation

@RyuNen344
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 24, 2026 01:09
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

This PR updates the Gradle Wrapper to a Gradle 9.x distribution and refreshes the generated wrapper launcher scripts accordingly.

Changes:

  • Bump Gradle wrapper distribution from 8.14.5 to 9.5.1 in gradle-wrapper.properties.
  • Update gradlew (POSIX) and gradlew.bat (Windows) wrapper launch scripts to the newer generated templates (notably simplifying invocation to -jar gradle-wrapper.jar without an explicit classpath).

Reviewed changes

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

File Description
gradlew.bat Updates Windows wrapper bootstrap logic and exit handling (currently introduces a broken early-exit path).
gradlew Updates POSIX wrapper script template and removes unused classpath handling.
gradle/wrapper/gradle-wrapper.properties Points wrapper to Gradle 9.5.1 distribution and adds retry-related settings.

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

Comment thread gradlew.bat
Comment on lines 48 to 56
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

:findJavaFromJavaHome
Comment thread gradlew.bat
Comment on lines 62 to 70
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

:execute
@RyuNen344 RyuNen344 merged commit 14d2fa7 into main May 24, 2026
21 checks passed
@RyuNen344 RyuNen344 deleted the chore/bump-gradle-wrapper branch May 24, 2026 04:01
@github-actions github-actions Bot mentioned this pull request May 24, 2026
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