We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9acd commit 5ab5567Copy full SHA for 5ab5567
build-graal.sh
@@ -10,6 +10,8 @@ fi
10
11
command -v $NATIVE_IMAGE
12
13
+$NATIVE_IMAGE --version
14
+
15
JARFILE=`ls target/uclj*-standalone.jar`
16
17
if [ ! -f "$JARFILE" ]; then
0 commit comments