ACS-3348 Open java.lang for reflective access

(cherry picked from commit 518285afaf9a0f1eb76fcf9498dd1864902e58cd)
This commit is contained in:
Damian.Ujma@hyland.com
2022-07-29 12:32:31 +02:00
parent 71fa8fd497
commit ecb66f09ca

View File

@@ -32,6 +32,9 @@
<excludedGroups>${test.exclude}</excludedGroups>
<groups>${test.include}</groups>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>
--add-opens=java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>