We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259bc59 commit bdb04bcCopy full SHA for bdb04bc
clonejdk.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-git clone --branch "jdk-22+36" --depth 1 https://github.com/openjdk/jdk.git openjdk
+git clone https://github.com/openjdk/jdk.git openjdk
5
+cd openjdk
6
+git checkout pull/20677
0 commit comments