Skip to content

Commit bdb04bc

Browse files
authored
Update clonejdk.sh
1 parent 259bc59 commit bdb04bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clonejdk.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
git clone --branch "jdk-22+36" --depth 1 https://github.com/openjdk/jdk.git openjdk
4+
git clone https://github.com/openjdk/jdk.git openjdk
5+
cd openjdk
6+
git checkout pull/20677

0 commit comments

Comments
 (0)