-
Notifications
You must be signed in to change notification settings - Fork 133
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
Set ml-commons plugin 3.0.0 baseline JDK version to JDK-21 #2583
Conversation
@@ -7,9 +7,9 @@ plugins { | |||
id 'java' | |||
id "io.freefair.lombok" | |||
id 'jacoco' | |||
id 'com.github.johnrengelman.shadow' | |||
id 'io.github.goooler.shadow' version "8.1.7" |
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.
See please GradleUp/shadow#908
|
||
configurations { | ||
classpath { | ||
resolutionStrategy { |
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.
See please GradleUp/shadow#876 (comment)
|
@dhrubo-os thanks for looking, we need #2584 first |
@dhrubo-os could you please recheck this one? thank you |
Signed-off-by: Andriy Redko <[email protected]>
@@ -101,6 +101,11 @@ jobs: | |||
role-to-assume: ${{ secrets.ML_ROLE }} | |||
aws-region: us-west-2 | |||
|
|||
- name: Setup Java ${{ matrix.java }} |
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.
It should fix the compilation problem (but sadly GA does not pick the workflow from the pull request)
@dhrubo-os anything holding off the merge? (the GA worflow should be fixed by this change) thank you! |
Description
Set ml-commons plugin 3.0.0 baseline JDK version to JDK-21
Issues Resolved
Closes #2503
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.