-
Notifications
You must be signed in to change notification settings - Fork 10
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
use jdk17 #279
use jdk17 #279
Conversation
The Jenkins configuration uses JDK 11 & maven 3.8.2. |
I upgraded the JDK in GH actions but it's still using 3.8 Maven. I think the best is to upgrade the mvnw wrapper version and use that instead. Can you do it? |
@Jad-el-khoury never mind, just fixed the build with JDK 21 and maven (wrapper) 3.9.6. |
@berezovskyi ! You have done quite an extensive set of changes on GH Actions. But we are still relying on Jenkins for Lyodesigner.
|
@Jad-el-khoury I think we shall merge this PR and switch Jenkins to use JDK 17 and latest Maven. If latest Maven in Jenkins is not 3.9.6, then we should switch Jenkins from running |
Description
Migrate to JDK 17.
Checklist