From 06c1b55b624bd62f1501838c081ffcec7c3deb9c Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 3 Nov 2022 17:19:15 -0400 Subject: [PATCH] Update compile script for new graal version --- graal-compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graal-compile.sh b/graal-compile.sh index a8a49dd..d9cb44d 100755 --- a/graal-compile.sh +++ b/graal-compile.sh @@ -1,7 +1,7 @@ #!/opt/homebrew/bin/fish -jenv shell graalvm64-17.0.3 +jenv shell graalvm64-19.0.1 lein uberjar -native-image --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus \ No newline at end of file +native-image --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus