Remove --enable-preview from pom.xml
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 59s

This commit is contained in:
Andreas Stadelmeier 2024-08-15 15:25:59 +02:00
commit 4085c62231

View File

@ -53,7 +53,6 @@ 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>21</source>
<target>21</target>
</configuration>