forked from JavaTX/JavaCompilerCore
Add --enable-preview to surefire test plugin
This commit is contained in:
parent
a54938cb65
commit
b409175a25
8
pom.xml
8
pom.xml
@ -57,6 +57,14 @@ http://maven.apache.org/maven-v4_0_0.xsd">
|
|||||||
<release>20</release>
|
<release>20</release>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>3.1.0</version>
|
||||||
|
<configuration>
|
||||||
|
<argLine>--enable-preview</argLine>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.antlr</groupId>
|
<groupId>org.antlr</groupId>
|
||||||
<artifactId>antlr4-maven-plugin</artifactId>
|
<artifactId>antlr4-maven-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user