add-opens for lmdb

This commit is contained in:
2025-02-23 14:18:35 +01:00
parent e64f50dd3b
commit 716fb21516
3 changed files with 3 additions and 0 deletions

View File

@@ -121,6 +121,7 @@
<argLine>
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
--add-exports java.base/jdk.internal.access=ALL-UNNAMED
--add-opens=java.base/java.nio=ALL-UNNAMED
</argLine>
<skipTests>${skip.unit}</skipTests>
<redirectTestOutputToFile>true</redirectTestOutputToFile>