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 472d374 commit e47b86e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 5_clonejdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
set -e

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

0 comments on commit e47b86e

Please sign in to comment.