Skip to content

Commit 92c34c8

Browse files
committed
script: add JDK14 to error message for invalid JDKVER
1 parent f59aef3 commit 92c34c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ else
332332
echo "JDKVER=11" >&2
333333
echo "JDKVER=12" >&2
334334
echo "JDKVER=13" >&2
335+
echo "JDKVER=14" >&2
335336
echo "JDKVER=loom" >&2
336337
echo "JDKVER=tip" >&2
337338
exit 1

0 commit comments

Comments
 (0)