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

Configure Maven compiler level #1115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bananeweizen
Copy link
Contributor

The Maven build didn't configure any JDK target level for compilation. Neither for Java code, nor for Xtext generated code. The new properties configure the Java compiler (maven.compiler.release) and the Xtext generator (if takes its default from the maven-compiler-plugin, therefore we set source/target of the compiler, even though that looks superfluous after the release property).

Fixes #1114.

The Maven build didn't configure any JDK target level for compilation.
Neither for Java code, nor for Xtext generated code. The new properties
configure the Java compiler (maven.compiler.release) and the Xtext
generator (if takes its default from the maven-compiler-plugin,
therefore we set source/target of the compiler, even though that looks
superfluous after the release property).

Fixes eclipse-elk#1114.

Signed-off-by: Michael Keppler <[email protected]>
@soerendomroes soerendomroes added this to the Release 0.10.0 milestone Jan 3, 2025
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.

Xtext generation not configured correctly
2 participants