Skip to content

Commit

Permalink
maven.compiler.target 21 in Java 21 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 16, 2024
1 parent c8d4740 commit 09367df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@
see https://github.com/eclipse/xtext/issues/2686#issuecomment-2038175179
-->
<maven.compiler.release>21</maven.compiler.release>
<!--
Force generatation of Java 21 bytecode
-->
<maven.compiler.target>21</maven.compiler.target>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 09367df

Please sign in to comment.