Eva Isabella Luna 97c9d576c7
[FIX] iOS JDK 21 build, update to 21.0.8
Co-authored-by: Duy Tran <khanhduytran0@users.noreply.github.com>
2025-06-24 19:22:23 -06:00

9 lines
226 B
Bash
Executable File

#!/bin/bash
set -e
if [[ $TARGET_VERSION -eq 21 ]]; then
git clone --branch jdk-21.0.8+7 --depth 1 https://github.com/openjdk/jdk21u openjdk-21
else
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
fi