7 lines
222 B
Bash
7 lines
222 B
Bash
|
#!/opt/homebrew/bin/fish
|
||
|
|
||
|
jenv shell graalvm64-17.0.3
|
||
|
|
||
|
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
|