Skip to content

Commit

Permalink
Merge pull request #6114 from stweil/pom_xml
Browse files Browse the repository at this point in the history
pom.xml: Replace maven.compiler.{source,target} by maven.compiler.release
  • Loading branch information
solth authored Sep 11, 2024
2 parents 02182a6 + 6ef5362 commit ec7fc5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<!-- https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.debug>true</maven.compiler.debug>
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
<maxAllowedViolations>0</maxAllowedViolations>
Expand Down

0 comments on commit ec7fc5e

Please sign in to comment.