Skip to content

Commit 472d374

Browse files
authored
Update 5_clonejdk.sh
1 parent 088b1d0 commit 472d374

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

5_clonejdk.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
set -e
33

44
if [[ $TARGET_VERSION -eq 24 ]]; then
5-
git clone --branch jdk-24+20 --depth 1 https://github.com/graalvm/labs-openjdk.git openjdk
5+
git clone https://github.com/openjdk/jdk.git openjdk
6+
cd openjdk
7+
git checkout pull/20677
68
else
79
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
810
fi

0 commit comments

Comments
 (0)