-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Gradle runtime JDK version post 8.10 version upgrade #15270
Conversation
@reta Does this change means that we would need Java-21 or later to build OpenSearch? |
8425bcf
to
9d37736
Compare
Thanks @sandeshkr419 , eventually yes, but I reverted this part at the moment, we only need Gradle runtime to be at least JDK-17 |
Signed-off-by: Andriy Redko <[email protected]>
9d37736
to
ca1ba98
Compare
❌ Gradle check result for 52fa033: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for ca1ba98: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for ca1ba98: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15270 +/- ##
============================================
- Coverage 71.89% 71.79% -0.10%
+ Complexity 63111 63016 -95
============================================
Files 5204 5207 +3
Lines 295418 295581 +163
Branches 42680 42690 +10
============================================
- Hits 212379 212201 -178
- Misses 65632 65940 +308
- Partials 17407 17440 +33 ☔ View full report in Codecov by Sentry. |
…project#15270) Signed-off-by: Andriy Redko <[email protected]>
…project#15270) Signed-off-by: Andriy Redko <[email protected]>
Description
Fix Gradle runtime JDK version post 8.10 version upgrade
Related Issues
Related to #15177
Check List
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.