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

Inconsistent java #180

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Conversation

Bananeweizen
Copy link
Contributor

This change fixes and unifies all the Java level related settings. Previously some of those were still on 11, although all manifests required 17 already. All warnings related to classpath, jre.compliance etc. are gone from the problems view.

Avoids a PDE warning
Previously all projects would just take the default workspace JRE into
their build path. That leads to non reproducable errors and warnings.
Instead set a fixed Java 17 execution environment for all projects, and
let every developer map that in his/her IDE via Preferences > Installed
JREs > Execution Environments.
The moreunit.extension project had a mismatch between compiler
compliance and Java level on build path. Set all to 17, matching the
manifest BREE header.
@RoiSoleil RoiSoleil merged commit 439e7d7 into MoreUnit:master Dec 6, 2023
1 check failed
@Bananeweizen Bananeweizen deleted the inconsistent_java branch December 9, 2023 13:24
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