Skip to content

Commit

Permalink
Update 5_clonejdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Nov 7, 2024
1 parent 088b1d0 commit 472d374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 5_clonejdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
set -e

if [[ $TARGET_VERSION -eq 24 ]]; then
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
cd openjdk
git checkout pull/20677
else
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
fi

0 comments on commit 472d374

Please sign in to comment.