Upgrade Gradle wrapper from 9.2.0 to 9.4.1 - #3307
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 55784aa.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
OpenSearch build-tools 3.7.0-SNAPSHOT now requires Gradle 9.4.1+ via GlobalBuildInfoPlugin. Upgrade the wrapper to satisfy this requirement. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
|
The SHA256 checksum Additionally, it can be verified against the official Gradle distribution: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3307 +/- ##
============================================
- Coverage 83.48% 83.42% -0.06%
+ Complexity 4269 4266 -3
============================================
Files 450 450
Lines 15509 15509
Branches 2006 2006
============================================
- Hits 12948 12939 -9
- Misses 1768 1776 +8
- Partials 793 794 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Duplicate of #3308 |
Description
Upgrade Gradle wrapper from 9.2.0 to 9.4.1. OpenSearch build-tools 3.7.0-SNAPSHOT now requires Gradle 9.4.1+ via
GlobalBuildInfoPlugin.Related Issues
N/A
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.