-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update setup-java to v2 #49
Conversation
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.
This is definitely a right change. I wonder whether JEP should be updated as well.
P.S: There might be also a renaming to adoptium later
this is an implementation detail |
with: | ||
distribution: 'adopt' | ||
java-version: 1.8 |
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.
Acc. to @garethjevans this also needs to be switched to 8
(or distribution
be set to the original zulu
)?
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.
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.
#50, apparently the only place I tested it in CI was using jdk 11 🤦
jenkinsci/azure-artifact-manager-plugin#14
See https://github.com/actions/setup-java/blob/main/docs/adrs/0000-v2-setup-java.md
Note: this has a breaking change in it, distribution is now required, and worse our repoes only using github actions for CD don't test the action on CI
@jenkinsci/github-admins