Skip to content

Commit 31f1e45

Browse files
committed
Manual merge of #4760 to 2.19
1 parent 54d89b9 commit 31f1e45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -330,19 +330,11 @@
330330
<release>11</release>
331331
<compilerArgs>
332332
<arg>-parameters</arg>
333-
<arg>--enable-preview</arg>
334333
</compilerArgs>
335334
<fork>true</fork>
336335
<useIncrementalCompilation>true</useIncrementalCompilation>
337336
</configuration>
338337
</plugin>
339-
<plugin>
340-
<groupId>org.apache.maven.plugins</groupId>
341-
<artifactId>maven-surefire-plugin</artifactId>
342-
<configuration>
343-
<argLine>--enable-preview</argLine>
344-
</configuration>
345-
</plugin>
346338
</plugins>
347339
</build>
348340
</profile>

0 commit comments

Comments
 (0)