Skip to content

Commit 165aa18

Browse files
authored
Drop "--enable-preview" from JDK 11 build options (#4760)
1 parent 586757f commit 165aa18

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
@@ -331,19 +331,11 @@
331331
<release>11</release>
332332
<compilerArgs>
333333
<arg>-parameters</arg>
334-
<arg>--enable-preview</arg>
335334
</compilerArgs>
336335
<fork>true</fork>
337336
<useIncrementalCompilation>true</useIncrementalCompilation>
338337
</configuration>
339338
</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>
347339
</plugins>
348340
</build>
349341
</profile>

0 commit comments

Comments
 (0)