Cleanup BufferHelper for JDK 17+ (fixes #1261) (#1267)

This commit is contained in:
Guillaume Nodet
2025-02-17 23:11:40 +01:00
committed by GitHub
parent bec0644d43
commit 4f4e05f973
4 changed files with 42 additions and 219 deletions

View File

@@ -120,6 +120,7 @@
<argLine>--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
--add-opens java.base/sun.nio.fs=ALL-UNNAMED</argLine>
</configuration>
</plugin>