mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 21:48:12 +00:00
Fixed: #2609 JDK 25+ warnings on console about native access
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="${main.class}"/>
|
||||
<attribute name="Class-Path" value="${manifestClassPath} ${app.jar}"/>
|
||||
<attribute name="Enable-Native-Access" value="ALL-UNNAMED" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<copy file="${dist.dir}/${jar.filename}.jar" tofile="${app.dir}/${jar.filename}.jar" />
|
||||
|
||||
Reference in New Issue
Block a user