From dbc30a883e153f57c8037ef2aeb9b5e3642d31f4 Mon Sep 17 00:00:00 2001 From: Eva Isabella Luna Date: Mon, 15 Sep 2025 16:33:14 -0600 Subject: [PATCH] Revert "Temporarily downgrade JDK 17 for iOS" This reverts commit d2f4afdee5f45495eb44841f83fb9cc6724d4f0f. --- 5_clonejdk.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/5_clonejdk.sh b/5_clonejdk.sh index 7089eef..33eb004 100755 --- a/5_clonejdk.sh +++ b/5_clonejdk.sh @@ -9,9 +9,5 @@ if [[ $TARGET_VERSION -eq 21 ]]; then git clone --branch jdk21.0.1 --depth 1 https://github.com/openjdk/jdk21u openjdk-21 fi else - if [[ $BUILD_IOS ]]; then - git clone --branch jdk-17.0.17+1 --depth 1 https://github.com/openjdk/jdk17u openjdk-17 - else - git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17 - fi + git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17 fi