Set Java Version to 21
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 58s

This commit is contained in:
JanUlrich 2024-08-08 12:32:07 +02:00
parent 7012eb1d86
commit 852659dce6

View File

@ -53,9 +53,8 @@ http://maven.apache.org/maven-v4_0_0.xsd">
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<compilerArgs>--enable-preview</compilerArgs>
<source>22</source>
<target>22</target>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
<plugin>