libgdx / packr

Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X
Apache License 2.0
2.56k stars 171 forks source link

Reflection Issue When Packing Jar #204

Open farnorthgames opened 3 years ago

farnorthgames commented 3 years ago

WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

AdoptOpenJDK 15.0.2 Packr version: 4.0.0 Occurs when packaging Windows, Linux, or Mac. Imports: LibGdx 1.9.14 base packages.

I've been looking around - it seems that this can be fixed with adding a multi-build attribute to the .pom file.