Skip to content

Commit

Permalink
fix(): set correct property to set java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Janz committed Aug 17, 2023
1 parent d7b86fa commit deca545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exec.mainClass>de.exxcellent.challenge.App</exec.mainClass>
<java.version>17</java.version>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencies>
Expand Down

0 comments on commit deca545

Please sign in to comment.