Update compile script for new graal version
This commit is contained in:
parent
238910e68e
commit
06c1b55b62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user