Skip to content

Commit aa82192

Browse files
committed
pom.xml: fix surefire error
1 parent a3856e9 commit aa82192

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
<artifactId>maven-surefire-plugin</artifactId>
107107
<version>2.12.4</version>
108108
<configuration>
109-
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
109+
<argLine>
110+
--add-opens java.base/java.lang=ALL-UNNAMED
111+
--enable-preview</argLine>
110112
</configuration>
111113
</plugin>
112114

0 commit comments

Comments
 (0)