Skip to content

Bump Gradle wrapper to version 8.14.3#42

Merged
lamba92 merged 2 commits intomasterfrom
bump-gradle-wrapper
Jul 14, 2025
Merged

Bump Gradle wrapper to version 8.14.3#42
lamba92 merged 2 commits intomasterfrom
bump-gradle-wrapper

Conversation

@lamba92
Copy link
Copy Markdown
Owner

@lamba92 lamba92 commented Jul 14, 2025

No description provided.

Copilot AI review requested due to automatic review settings July 14, 2025 12:10
Copy link
Copy Markdown

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 version 8.14.3 by bumping the distribution in properties and aligning both Windows and Unix start scripts.

  • Added SPDX license headers and standardized error redirection in scripts.
  • Changed how wrapper JAR is invoked (using -jar) and cleaned up CLASSPATH handling.
  • Updated gradle-wrapper.properties with the new distribution URL, networkTimeout, and validateDistributionUrl.

Reviewed Changes

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

File Description
gradlew.bat Added SPDX header, redirected error output to stderr, switched to -jar invocation, and reset CLASSPATH variable
gradlew Added SPDX header, improved APP_HOME resolution, added xargs check, refactored argument collection, cleared CLASSPATH
gradle/wrapper/gradle-wrapper.properties Bumped Gradle distribution to 8.14.3; added networkTimeout and validateDistributionUrl

set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
Copy link

Copilot AI Jul 14, 2025

Choose a reason for hiding this comment

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

[nitpick] The comment 'This is normally unused' on APP_BASE_NAME may be confusing, since APP_BASE_NAME is actually used when constructing the -Dorg.gradle.appname argument. Consider clarifying or removing this remark to avoid misleading future maintainers.

Suggested change
@rem This is normally unused
@rem Used to construct the -Dorg.gradle.appname argument for Gradle execution

Copilot uses AI. Check for mistakes.
esac

CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
CLASSPATH="\\\"\\\""
Copy link

Copilot AI Jul 14, 2025

Choose a reason for hiding this comment

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

Setting CLASSPATH to literal escaped quotes will cause Java to interpret the classpath as "" rather than empty. Replace this with a simple empty assignment, e.g., CLASSPATH="", or unset it entirely before invoking the JAR.

Suggested change
CLASSPATH="\\\"\\\""
CLASSPATH=""

Copilot uses AI. Check for mistakes.
@lamba92 lamba92 merged commit bf73bbf into master Jul 14, 2025
3 checks passed
@lamba92 lamba92 deleted the bump-gradle-wrapper branch July 14, 2025 12:20
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