You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
I've updated my build script to use GraalVMgraalvm-community-openjdk-22+36.1. While previously graalvm-community-openjdk-17.0.9+9.1 (and graalvm-community-openjdk-21+35.1) produced a single exe file now also DLL files are created as artifacts.
For applications using AWT, for example, the build process will also output libraries from the JDK and shims to provide compatible AWT support. These libraries need to be copied and distributed together with the native binary.
AWT libraries can no longer be statically linked so this is expected behavior. For more info, see #4921.
Describe the issue
I've updated my build script to use GraalVMgraalvm-community-openjdk-22+36.1. While previously graalvm-community-openjdk-17.0.9+9.1 (and graalvm-community-openjdk-21+35.1) produced a single exe file now also DLL files are created as artifacts.
Steps to reproduce the issue
Clone https://github.com/theotherp/nzbhydra2 and run
mvn -q -pl org.nzbhydra:nzbhydra2,org.nzbhydra:shared,org.nzbhydra:mapping,org.nzbhydra:assertions,org.nzbhydra:core clean install -B -T 1C -DskipTests=true
buildCore.cmd
(you need to adapt the path to graalvm).Describe GraalVM and your environment:
More details
Excerpt from build:
The text was updated successfully, but these errors were encountered: