Skip to content

Commit

Permalink
Add maven.compiler.source and maven.compiler.target to fix build …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
Valkryst committed Oct 20, 2024
1 parent f2017da commit 1c82fe1
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 @@ -12,6 +12,8 @@

<properties>
<mainClass>com.valkryst.Schillsaver.Main</mainClass>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 1c82fe1

Please sign in to comment.