Skip to content

Commit

Permalink
fix: correctly specify versions for compiler in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupskuchen committed Mar 29, 2023
1 parent 5e279eb commit 25dbb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<configuration>
<fork>true</fork>
<source>17</source>
<target>11</target>
<target>17</target>
<release>11</release>
</configuration>
</plugin>
<!-- Maven Jar -->
Expand Down

0 comments on commit 25dbb0c

Please sign in to comment.