-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Downgrade to JDK 11. #2301
Downgrade to JDK 11. #2301
Conversation
Can one of the admins verify this patch? |
❌ Gradle Check failure cb418e1bba44d4576f791eced119b0449981751a |
@dblock I will take a look why version is not accepted (I think it is expected as x.y.z+n, but there are 4 components now) |
For now I dropped .1 in the PR. |
❌ Gradle Check failure c42140e19ebe2e193237a87295dcf94d631fccdd |
Signed-off-by: dblock <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Added support for patch JDK version, like 11.0.14+1
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
start gradle check |
:( |
start gradle check |
Signed-off-by: dblock [email protected]
Description
We have 4 issues with attempting to upgrade JDK to 17 in 1.3.0 as part of opensearch-project/opensearch-plugins#64.
This downgrades 1.x to JDK 11.
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.