Java 8 -> Java 21

This commit is contained in:
2025-08-14 22:57:29 +01:00
parent 3cef7f2dc5
commit 27978d02de

View File

@@ -15,8 +15,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<lwjgl.version>3.3.6</lwjgl.version>
<lwjgl.natives>natives-linux</lwjgl.natives>
</properties>