We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586757f commit 165aa18Copy full SHA for 165aa18
pom.xml
@@ -331,19 +331,11 @@
331
<release>11</release>
332
<compilerArgs>
333
<arg>-parameters</arg>
334
- <arg>--enable-preview</arg>
335
</compilerArgs>
336
<fork>true</fork>
337
<useIncrementalCompilation>true</useIncrementalCompilation>
338
</configuration>
339
</plugin>
340
- <plugin>
341
- <groupId>org.apache.maven.plugins</groupId>
342
- <artifactId>maven-surefire-plugin</artifactId>
343
- <configuration>
344
- <argLine>--enable-preview</argLine>
345
- </configuration>
346
- </plugin>
347
</plugins>
348
</build>
349
</profile>
0 commit comments