ace-of-shades-2/registry/build-native.sh

6 lines
162 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# Put your GRAALVM location here.
export GRAALVM_HOME=/home/andrew/Downloads/graalvm-ce-java17-22.2.0
mvn -Pnative -DskipTests clean package