Skip to content

Commit

Permalink
Add compiler source and target properties to parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 1, 2024
1 parent 79cb603 commit 1995a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven.version>3.9.9</maven.version>
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
Expand Down

0 comments on commit 1995a25

Please sign in to comment.