Skip to content

Commit

Permalink
Fix test compilation on JDK17 for #615
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Nov 2, 2023
1 parent 10f3ef4 commit da711fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<version>3.2.1</version>
<configuration>
<workingDirectory>${project.build.directory}</workingDirectory>
<argLine>@{argLine} -Djava.net.preferIPv4Stack=true</argLine>
<argLine>@{argLine} -Djava.net.preferIPv4Stack=true --add-opens=java.base/sun.security.x509=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit da711fb

Please sign in to comment.