Skip to content

Commit

Permalink
Merge pull request #220 from kieler/revert-214-specify-release
Browse files Browse the repository at this point in the history
Revert "[Build] Set Java Compiler's -release option instead of -source + -target"
  • Loading branch information
NiklasRentzCAU authored Oct 28, 2024
2 parents e98296d + ebaea36 commit b3a2d9c
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 b3a2d9c

Please sign in to comment.