Skip to content

Upgrade Gradle wrapper from 9.2.0 to 9.4.1 - #3307

Closed
VijayanB wants to merge 1 commit into
opensearch-project:mainfrom
VijayanB:update-gradle
Closed

Upgrade Gradle wrapper from 9.2.0 to 9.4.1#3307
VijayanB wants to merge 1 commit into
opensearch-project:mainfrom
VijayanB:update-gradle

Conversation

@VijayanB

@VijayanB VijayanB commented May 5, 2026

Copy link
Copy Markdown
Member

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

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

PR Code Analyzer ❗

AI-powered 'Code-Diff-Analyzer' found issues on commit 55784aa.

PathLineSeverityDescription
gradle/wrapper/gradle-wrapper.properties4highGradle wrapper upgraded from 9.2.0 to 9.4.1 with updated distributionUrl and distributionSha256Sum. Build tool changes must be flagged per mandatory rule — maintainers should verify the SHA256 (708d2c6ecc97ca9a11838ef64a6c2301151b8dd10387e22dc1a12c30557cab5b) matches the official Gradle 9.4.1 release checksum at services.gradle.org before merging.

The table above displays the top 10 most important findings.

Total: 1 | Critical: 0 | High: 1 | Medium: 0 | Low: 0


Pull Requests Author(s): Please update your Pull Request according to the report above.

Repository Maintainer(s): You can bypass diff analyzer by adding label skip-diff-analyzer after reviewing the changes carefully, then re-run failed actions. To re-enable the analyzer, remove the label, then re-run all actions.


⚠️ Note: The Code-Diff-Analyzer helps protect against potentially harmful code patterns. Please ensure you have thoroughly reviewed the changes beforehand.

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>
@VijayanB

VijayanB commented May 5, 2026

Copy link
Copy Markdown
Member Author

The SHA256 checksum 708d2c6ecc97ca9a11838ef64a6c2301151b8dd10387e22dc1a12c30557cab5b matches the OpenSearch core repository's gradle-wrapper.properties which also uses Gradle 9.4.1 with the same checksum.

Additionally, it can be verified against the official Gradle distribution:

https://services.gradle.org/distributions/gradle-9.4.1-all.zip.sha256

@codecov

codecov Bot commented May 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.42%. Comparing base (af6d18d) to head (55784aa).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MrFlap

MrFlap commented May 5, 2026

Copy link
Copy Markdown
Contributor

Duplicate of #3308

@VijayanB VijayanB closed this May 6, 2026
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