Skip to content
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

make java-version an input #10

Closed
wants to merge 1 commit into from
Closed

make java-version an input #10

wants to merge 1 commit into from

Conversation

jetersen
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷 mild preference for just hard-coding 11 (the status quo in main if not v1). Once we have plugins start to pick up post-switch core versions, if any overrode this to say 8, their releases would start to break.

@@ -53,11 +59,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 8
- name: Set up JDK ${{ inputs.java-version }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or just #11

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once we have plugins start to pick up post-switch core versions, if any overrode this to say 8, their releases would start to break.

Fine #11 wins 😅

@jetersen jetersen closed this Jun 15, 2022
@jglick
Copy link
Collaborator

jglick commented Jun 15, 2022

I guess we just pay attention to whether there are any serious issues with releasing from JDK 11. So far I have heard about one relatively minor bug in Javadoc; and a Javadoc frameless mode which some people like and some people dislike (but the opinion of the plugin maintainer is not particularly relevant since they are unlikely to be the ones viewing their own Javadoc).

@jetersen jetersen deleted the fix/javaVersion branch June 15, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants