mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-28 05:40:14 -04:00
Revert "Temporarily downgrade JDK 17 for iOS"
This reverts commit d2f4afdee5f45495eb44841f83fb9cc6724d4f0f.
This commit is contained in:
parent
d2f4afdee5
commit
dbc30a883e
@ -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
|
git clone --branch jdk21.0.1 --depth 1 https://github.com/openjdk/jdk21u openjdk-21
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [[ $BUILD_IOS ]]; then
|
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
|
||||||
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
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user