Skip to content

Commit 82c039e

Browse files
breundsyer
authored andcommitted
Remove maven.compiler.source and maven.compiler.target
- These properties have been superseded by maven.compiler.release (see https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html), which is already set in the maven-compiler-plugin configuration Signed-off-by: Nils Breunese <nils@breun.nl>
1 parent 192085c commit 82c039e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7676
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7777
<java.version>17</java.version>
78-
<maven.compiler.source>17</maven.compiler.source>
79-
<maven.compiler.target>17</maven.compiler.target>
8078

8179
<!-- internal dependencies -->
8280
<spring-boot.version>3.5.4</spring-boot.version>

0 commit comments

Comments
 (0)