#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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>

View File

@ -102,7 +102,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.8-jre</version>
<scope>compile</scope>
</dependency>
<dependency>