java 17 is now the new baseline

This commit is contained in:
Athou
2023-12-17 08:57:42 +01:00
parent bf71e825a4
commit d882553644
3 changed files with 9 additions and 20 deletions

View File

@@ -11,8 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<build>