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 088b1d0 commit 472d374Copy full SHA for 472d374
5_clonejdk.sh
@@ -2,7 +2,9 @@
2
set -e
3
4
if [[ $TARGET_VERSION -eq 24 ]]; then
5
- git clone --branch jdk-24+20 --depth 1 https://github.com/graalvm/labs-openjdk.git openjdk
+ git clone https://github.com/openjdk/jdk.git openjdk
6
+ cd openjdk
7
+ git checkout pull/20677
8
else
9
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
10
fi
0 commit comments