Remove preview-features

This commit is contained in:
2021-09-14 13:24:14 +02:00
parent f20b151a9c
commit 40d5d87ac7
-4
View File
@@ -50,9 +50,6 @@
<release>${maven.compiler.target}</release>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>--enable-preview</arg>
</compilerArgs>
</configuration>
</plugin>
@@ -61,7 +58,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<argLine>@{argLine} --enable-preview</argLine>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
</configuration>