Increase class access for tests.

This commit is contained in:
Olga Maciaszek-Sharma
2022-08-11 16:18:09 +02:00
parent 7401e65427
commit 68de0d967f

View File

@@ -376,6 +376,7 @@
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
<argLine>--add-opens=java.base/java.net=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>