Skip to content

Commit e47b86e

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

5_clonejdk.sh

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

44
if [[ $TARGET_VERSION -eq 24 ]]; then
5-
git clone https://github.com/openjdk/jdk.git openjdk
6-
cd openjdk
7-
git checkout pull/20677
5+
git clone --branch "JDK-8305895-v4" --depth 1 https://github.com/rkennke/jdk.git openjdk
86
else
97
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
108
fi

0 commit comments

Comments
 (0)