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

build with Java17 #168

Merged
merged 1 commit into from
Jul 12, 2023
Merged

build with Java17 #168

merged 1 commit into from
Jul 12, 2023

Conversation

NiklasRentzCAU
Copy link
Member

Recently the KLighD build broke down due to Maven dependencies of some Eclipse Plugins now requiring Java17. Eclipse did not up the major versions of their bundles, thus causing newer builds to pull bundles from newer Eclipse releases requiring Java17 and therefore breaking the build process. This fixes the problem by using Java17 in the build process, making the Maven dependencies happy again, while not altering the source/target compatibility of the bundles themselves (mostly still capped to Java 1.8/Java 11 via BREEs in the Manifest files).

@NiklasRentzCAU NiklasRentzCAU self-assigned this Jul 12, 2023
@NiklasRentzCAU NiklasRentzCAU merged commit ab02a2c into master Jul 12, 2023
1 of 3 checks passed
@NiklasRentzCAU NiklasRentzCAU deleted the nre/java17build branch August 7, 2024 13:29
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.

1 participant