Skip to content

Commit

Permalink
prefer IPv4 stack in surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
copyrights committed Mar 26, 2023
1 parent 27df092 commit 6c350ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<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>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6c350ce

Please sign in to comment.