Skip to content

Conversation

@314systems
Copy link
Contributor

Summary

  • update Gradle wrapper to version 9.3.0
./gradlew wrapper --gradle-version=9.3.0 && ./gradlew wrapper

# Conflicts:
#	gradle/wrapper/gradle-wrapper.properties
Copilot AI review requested due to automatic review settings January 19, 2026 04:31
Copy link

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 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
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.83%. Comparing base (5b971dc) to head (9f64302).
⚠️ Report is 2 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant