Skip to content

Commit

Permalink
combine argLine
Browse files Browse the repository at this point in the history
  • Loading branch information
copyrights committed Mar 26, 2023
1 parent 6c350ce commit f1987c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>--add-exports=java.base/sun.security.x509=ALL-UNNAMED</argLine>
<argLine>-Djava.net.preferIPv4Stack=true</argLine>
<argLine>-Djava.net.preferIPv4Addresses=true</argLine>
<argLine>--add-exports=java.base/sun.security.x509=ALL-UNNAMED -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f1987c6

Please sign in to comment.