lhotari opened a new pull request, #25786: URL: https://github.com/apache/pulsar/pull/25786
### Motivation Upgrade the Gradle build tool from 9.4.1 to 9.5.1 to pick up the latest fixes and improvements from the Gradle 9.5 line. Release notes: - Gradle 9.5.0: https://docs.gradle.org/9.5.0/release-notes.html - Gradle 9.5.1: https://docs.gradle.org/9.5.1/release-notes.html ### Modifications - Bumped the Gradle wrapper distribution to `gradle-9.5.1-bin.zip` and updated the SHA-256 checksum. - Refreshed `gradle/wrapper/gradle-wrapper.jar`, `gradlew`, and `gradlew.bat` to the versions generated by Gradle 9.5.1 (including the new `retries`/`retryBackOffMs` wrapper properties and the updated Windows launcher script). ### Verifying this change - [x] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: *If the box was checked, please highlight the changes* - [ ] Dependencies (add or upgrade a dependency) - [ ] The public API - [ ] The schema - [ ] The default values of configurations - [ ] The threading model - [ ] The binary protocol - [ ] The REST endpoints - [ ] The admin CLI options - [ ] The metrics - [ ] Anything that affects deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
