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

Prevent "bootstrap class path not set in conjunction with -source 8". #222

Closed
wants to merge 1 commit into from

Conversation

yevgenp
Copy link
Contributor

@yevgenp yevgenp commented Mar 26, 2024

No description provided.

<!-- prevents "bootstrap class path not set in conjunction with -source 8" -->
<id>set-compiler-release-java9</id>
<activation>
<jdk>[9,21]</jdk>
Copy link
Contributor

@JerryShea JerryShea Apr 2, 2024

Choose a reason for hiding this comment

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

shouldn't ] be ) so as to exclude 21 from this range?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is copy/paste from FIX. Done by you AFAIR. :)
I did not test it. Feel free to adjust.
I don't see any support from @peter-lawrey anyway. So it's up to you to decide what to do with the PR.

@JerryShea
Copy link
Contributor

#228 solves these problems with -Xlint:-options

@JerryShea JerryShea closed this May 13, 2024
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.

None yet

2 participants