Skip to content

Commit

Permalink
pom.xml: Replace maven.compiler.{source,target} by maven.compiler.rel…
Browse files Browse the repository at this point in the history
…ease

This fixes a build warning.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 5, 2024
1 parent 1092761 commit 6ef5362
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 @@ -36,8 +36,7 @@
<phase.prop>none</phase.prop>
<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 6ef5362

Please sign in to comment.