-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 build-tools/reaper source/target compatibility to be JDK-11 #2596
Conversation
@dblock please |
❌ Gradle Check failure ce02a4980878154539bbf079867a31876055964e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please audit all the JARs that we output and fix any others that are not source/target = 11
- open an issue to 1) find a way to inherit source/target compatibility from 1 place 2) find a systematic way to fail the build when some distribution JARs aren't the same version
@reta Thanks for jumping in. |
We have another outlier in |
❌ Gradle Check failure fe1d4f24d35aa7d82c5d78bdbea37006a559d10a |
❌ Gradle Check failure 34864f14ec00c86b805b9e3dbeebe21e84fced91 |
#1828 :( |
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit d4ce87b)
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit d4ce87b)
… (#2605) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit d4ce87b) Co-authored-by: Andriy Redko <[email protected]>
… (#2606) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit d4ce87b) Co-authored-by: Andriy Redko <[email protected]>
I am facing this issue when I am building 1.2 version. Should this be back ported to 1.x branches with 1.8 Java Version? |
@vamsi-amazon the 1.x has JDK 1.8 baseline, this change should not be backported |
Signed-off-by: Andriy Redko [email protected]
Description
Fix build-tools/reaper source/target compatibility to be JDK-11
Issues Resolved
Fixes #2581
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.