

83 classes, 75 fields, and 97 methods registered for JNI access

376 classes, 105 fields, and 1,030 methods registered for reflection Version info: 'GraalVM 22.1.0.1 Java 17 CE' GraalVM Native Image: Generating 'hello.hellosharedlib' (shared library). gluonfx-maven-plugin:1.0.19:sharedlib (default-cli) hellosharedlib. You will be able to download this after the build finishes. name: Copy native image to staging run: cp -r target/gluonfx/x86_64-linux/HelloGluon staging # Upload the staging directory as a build artifact. name: Gluon Build run: mvn -Pdesktop gluonfx:build gluonfx:package # Copy the native binary to the staging directory com.gluonhq gluonfx-maven-plugin 1.0.19 host your.mainClass false 11-ea+10 21-ea+9.1 false 1.0 1.0 false 1 1.0 $ # Build your project using Maven # The desktop profile is used, which means a native build will be created for the host platform (in this case Linux) itself.
