Android: Install Java 11 instead of 8, now needed for Godot 3.4

This commit is contained in:
Rémi Verschelde 2021-10-18 12:14:32 +02:00
parent d8d17c5cae
commit 1daaf42a89
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ENV ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk/${ANDROID_NDK_VERSION}
RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mandatory!\n\n"; exit 1; fi && \
dnf -y install --setopt=install_weak_deps=False \
java-1.8.0-openjdk-devel ncurses-compat-libs && \
java-11-openjdk-devel ncurses-compat-libs && \
mkdir -p sdk && cd sdk && \
export CMDLINETOOLS=commandlinetools-linux-7302050_latest.zip && \
curl -LO https://dl.google.com/android/repository/${CMDLINETOOLS} && \