Browse Source

Update surefire plugin config.

aot-support
Olga Maciaszek-Sharma 2 years ago
parent
commit
fd1c364323
  1. 8
      pom.xml

8
pom.xml

@ -223,6 +223,14 @@ @@ -223,6 +223,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine} --add-opens=java.base/java.net=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>

Loading…
Cancel
Save