Merge pull request #7735 from corda/jzadroga/ent-11858/add-add-opens

ENT-11858: Add missing add-opens for CRAFT4 Archiving CorDapp
This commit is contained in:
Adel El-Beik 2024-05-23 09:32:08 +01:00 committed by GitHub
commit d74a6b6fae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,5 +22,6 @@
--add-opens=java.management/sun.management=ALL-UNNAMED
--add-opens=java.logging/java.util.logging=ALL-UNNAMED
--add-opens=java.sql/java.sql=ALL-UNNAMED
--add-opens=jdk.crypto.ec/sun.security.ec=ALL-UNNAMED
--add-opens=jdk.crypto.ec/sun.security.ec.ed=ALL-UNNAMED
--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED