Skip to content

Commit 28de28b

Browse files
committed
Fix direct version building
1 parent f8f7a07 commit 28de28b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/fetch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ if [ ! -d "$JDKDIR" ]; then
4848

4949
else
5050
# * Direct model: for JDK9/JDK10; specify the revision directly
51-
JAVA_TARGET="$VERSION_POLICY"
51+
JAVA_TAG="$VERSION_POLICY"
52+
JAVA_TARGET="$JAVA_TAG"
5253
SUFFIX="ev3"
5354
fi
5455

0 commit comments

Comments
 (0)