Skip to content

Bump gradle wrapper to 9.4.1#5406

Merged
rishabh6788 merged 1 commit intoopensearch-project:feature/mustang-ppl-integrationfrom
ahkcs:bump-gradle-9.4.1
May 5, 2026
Merged

Bump gradle wrapper to 9.4.1#5406
rishabh6788 merged 1 commit intoopensearch-project:feature/mustang-ppl-integrationfrom
ahkcs:bump-gradle-9.4.1

Conversation

@ahkcs
Copy link
Copy Markdown
Collaborator

@ahkcs ahkcs commented May 5, 2026

Description

Bump the gradle wrapper from 9.2.0 to 9.4.1.

The current opensearch-build-tools used by the downstream analytics-engine integration build now requires Gradle 9.4.1+; the 9.2.0 wrapper on this branch fails with:

Failed to apply plugin class 'org.opensearch.gradle.info.GlobalBuildInfoPlugin'.

Gradle 9.4.1+ is required

Mirrors opensearch-project/geospatial#854. The new SHA256 matches the value published at https://services.gradle.org/distributions/gradle-9.4.1-all.zip.sha256.

Related Issues

Unblocks the analytics-engine build that consumes this branch.

Check List

  • Commits are signed per the DCO using --signoff.
  • Verified locally: ./gradlew --version reports Gradle 9.4.1.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

opensearch-build-tools requires Gradle 9.4.1+, which currently breaks
the analytics-engine integration build that depends on this branch.
Mirrors opensearch-project/geospatial#854.

Signed-off-by: Kai Huang <huangkaics@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

PR Code Analyzer ❗

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

PathLineSeverityDescription
gradle/wrapper/gradle-wrapper.properties4highGradle wrapper distribution URL and SHA256 checksum changed, upgrading from gradle-9.2.0-all.zip to gradle-9.4.1-all.zip. Build tool version changes must be flagged per mandatory supply chain policy — maintainers should verify the new checksum (708d2c6ecc97ca9a11838ef64a6c2301151b8dd10387e22dc1a12c30557cab5b) matches the official Gradle 9.4.1 release at https://gradle.org/release-checksums/.

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.

@ahkcs ahkcs added the maintenance Improves code quality, but not the product label May 5, 2026
@rishabh6788 rishabh6788 merged commit a1d7b39 into opensearch-project:feature/mustang-ppl-integration May 5, 2026
28 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improves code quality, but not the product

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants