Update compile script for new graal version

This commit is contained in:
Scott Richmond 2022-11-03 17:19:15 -04:00
parent 238910e68e
commit 06c1b55b62

View File

@ -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
native-image --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus