Skip to content

Commit

Permalink
Revert "[Build] Set Java Compiler's -release option instead of -sourc…
Browse files Browse the repository at this point in the history
…e + -target"
  • Loading branch information
NiklasRentzCAU authored Oct 28, 2024
1 parent e98296d commit ebaea36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>

<!-- pin the source code compatibility to 11 for the sake of backward compatibility -->
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>

<maven.compiler.target>11</maven.compiler.target>

<!-- Enable java assertions during junit test runs. -->
<!-- The "enableAssertions" property is only available in the maven-surefire plugin. -->
Expand Down

0 comments on commit ebaea36

Please sign in to comment.