#3850: Prevent some jdk24+ memory/native access warnings

This commit is contained in:
Pasqual Koschmieder
2025-06-20 12:27:49 +02:00
committed by GitHub
parent 8cb49bc10a
commit 0e9e0b58d2
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
<Main-Class>net.md_5.bungee.Bootstrap</Main-Class>
<Implementation-Version>${describe}</Implementation-Version>
<Specification-Version>${maven.build.timestamp}</Specification-Version>
<Enable-Native-Access>ALL-UNNAMED</Enable-Native-Access>
</manifestEntries>
</archive>
</configuration>