[WIFI-7323] allow build and tests to work with jdk 16.0.2

This commit is contained in:
ralphlee
2022-03-18 17:08:39 -04:00
parent cdd0a0cb4f
commit 61c45fbe54

View File

@@ -218,6 +218,7 @@
<testOutputDir>${project.build.directory}</testOutputDir>
</systemPropertyVariables>
<argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>