update Gradle wrapper to version 9.3.0#589
Merged
VREMSoftwareDevelopment merged 2 commits intoVREMSoftwareDevelopment:mainfrom Jan 25, 2026
Merged
update Gradle wrapper to version 9.3.0#589VREMSoftwareDevelopment merged 2 commits intoVREMSoftwareDevelopment:mainfrom
VREMSoftwareDevelopment merged 2 commits intoVREMSoftwareDevelopment:mainfrom
Conversation
# Conflicts: # gradle/wrapper/gradle-wrapper.properties
There was a problem hiding this comment.
Pull request overview
This PR updates the Gradle wrapper from version 9.1.0 to 9.3.0, including updates to the wrapper scripts (gradlew and gradlew.bat), properties file, and the wrapper JAR binary.
Changes:
- Updated Gradle distribution URL from 9.1.0 to 9.3.0 in gradle-wrapper.properties
- Added new properties (networkTimeout, validateDistributionUrl) to gradle-wrapper.properties
- Updated gradlew script with improved POSIX shell compatibility, better error handling, and updated license headers
- Updated gradlew.bat script with improved error redirection and updated license headers
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle/wrapper/gradle-wrapper.properties | Updated distributionUrl to 9.3.0 and added new timeout/validation properties |
| gradlew | Modernized Unix wrapper script with better POSIX compliance and documentation |
| gradlew.bat | Updated Windows wrapper script with improved error handling |
| gradle/wrapper/gradle-wrapper.jar | Updated wrapper JAR binary (autogenerated) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
=========================================
Coverage 97.83% 97.83%
Complexity 975 975
=========================================
Files 121 121
Lines 2581 2581
Branches 211 211
=========================================
Hits 2525 2525
Misses 19 19
Partials 37 37 🚀 New features to boost your workflow:
|
VREMSoftwareDevelopment
approved these changes
Jan 25, 2026
92a8567
into
VREMSoftwareDevelopment:main
11 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
./gradlew wrapper --gradle-version=9.3.0 && ./gradlew wrapper