mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 23:24:55 -04:00
[FIX] Downgrade Android JDK to bypass the compile errors
TODO: Update to JDK 21.0.8+7 when I have time.
This commit is contained in:
parent
97c9d576c7
commit
4ec1bcf523
@ -2,7 +2,12 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [[ $TARGET_VERSION -eq 21 ]]; then
|
if [[ $TARGET_VERSION -eq 21 ]]; then
|
||||||
|
if [[ $BUILD_IOS ]]; then
|
||||||
git clone --branch jdk-21.0.8+7 --depth 1 https://github.com/openjdk/jdk21u openjdk-21
|
git clone --branch jdk-21.0.8+7 --depth 1 https://github.com/openjdk/jdk21u openjdk-21
|
||||||
|
else
|
||||||
|
# TODO: Update Android to JDK 21.0.8+7
|
||||||
|
git clone --branch jdk21.0.1 --depth 1 https://github.com/openjdk/jdk21u openjdk-21
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
|
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user