Skip to content

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
@soerendomroes soerendomroes merged commit 7ece20f into eclipse-elk:master Jan 29, 2025
7 checks passed
@Bananeweizen Bananeweizen deleted the jdk branch January 30, 2025 07:23
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