Skip to content

Commit 5ab5567

Browse files
committed
feat(ci): print native-image version
1 parent a1e9acd commit 5ab5567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-graal.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ fi
1010

1111
command -v $NATIVE_IMAGE
1212

13+
$NATIVE_IMAGE --version
14+
1315
JARFILE=`ls target/uclj*-standalone.jar`
1416

1517
if [ ! -f "$JARFILE" ]; then

0 commit comments

Comments
 (0)