From 8c719cee0b30c5f9ed0b07774a9b6ebd931dfa4b Mon Sep 17 00:00:00 2001 From: Nick Boyd Date: Fri, 10 Nov 2023 12:53:17 +0100 Subject: [PATCH] Swapped executable generation to GraalVM native-image Compilation passes, executable struggling with AWT includes. --- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index ff06e5f3..8e53015c 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ 2.22.0 0.8.9 5.1.4 + 0.9.23 @@ -369,35 +370,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + native + + - sh.tak.appbundler - appbundle-maven-plugin - 1.2.0 + org.graalvm.buildtools + native-maven-plugin + ${native.maven.plugin.version} + true + build-native + + compile + package + + + test-native - bundle + test + test - - - org.apache.velocity - velocity-tools - 2.0 - - - org.codehaus.plexus - plexus-archiver - 4.8.0 - - - com.itextpdf.rups.RupsLauncher - Info.plist - false - logo.icns + true