Updated to Java 25

This commit is contained in:
UnlegitDqrk
2026-03-01 12:50:46 +01:00
parent 95ea3d84b6
commit f087e87806
4 changed files with 8 additions and 6 deletions

View File

@@ -98,7 +98,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
<release>${maven.compiler.release}</release>
<compilerArgs>
<arg>-bootclasspath</arg>
<arg>${env.WTK_HOME}/lib/cldcapi11.jar${path.separator}${env.WTK_HOME}/lib/midpapi20.jar${path.separator}${env.WTK_HOME}/lib/mmapi.jar</arg>