We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f7a02 commit a5e32a3Copy full SHA for a5e32a3
pom.xml
@@ -75,7 +75,7 @@
75
<groupId>org.apache.maven.plugins</groupId>
76
<artifactId>maven-surefire-plugin</artifactId>
77
<configuration>
78
- <argLine>--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
+ <argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.remote.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
79
<includes>
80
<include>**/*Tests.java</include>
81
<include>**/*Test.java</include>
0 commit comments