Skip to content

Upgrade gradle to version 9.2 and Java to version 25#1959

Merged
ps48 merged 3 commits intoopensearch-project:mainfrom
ps48:gradle-update-9
Nov 25, 2025
Merged

Upgrade gradle to version 9.2 and Java to version 25#1959
ps48 merged 3 commits intoopensearch-project:mainfrom
ps48:gradle-update-9

Conversation

@ps48
Copy link
Copy Markdown
Member

@ps48 ps48 commented Nov 24, 2025

Description

Upgrade gradle to version 9.2 and Java to version 25

Related Issues

Resolves #1958

  • Upgrade Gradle wrapper from 8.14.3 to 9.2.0
  • Update JDK version from 21 to 25 in CI/CD workflows
  • Fix sourceCompatibility/targetCompatibility syntax to use java {} configuration block (Gradle 9 API requirement)
  • Add explicit junit-platform-launcher dependency required by Gradle 9 test execution
  • Conditionally run detekt due to Java 25 unsupported on v1.23.8 detekt/detekt#8714 and detekt 2.x not published on maven

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.

ps48 added 2 commits November 24, 2025 14:51
Signed-off-by: ps48 <pshenoy36@gmail.com>
Signed-off-by: ps48 <pshenoy36@gmail.com>
Signed-off-by: ps48 <pshenoy36@gmail.com>
@ps48 ps48 merged commit e461268 into opensearch-project:main Nov 25, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Release 3.4.0] Gradle 9.2.0 and GitHub Actions JDK 25 Upgrade

3 participants