Build: Set Java to verison 17

This commit is contained in:
2023-03-21 22:43:40 +01:00
parent bacc40d844
commit 8b17ced533
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<release>17</release>
</configuration>
</plugin>
<!-- Plugin to compile the g4 files ahead of the java files