Skip to content
Snippets Groups Projects
Unverified Commit 694cfefb authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

Bump Java 11 -> 17 (#201)

parent 0af6aa5b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ ENV ANDROID_HOME=/opt/android
ENV ANDROID_SDK_ROOT=${ANDROID_HOME}
ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/$NDK_VERSION
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
ENV CMAKE_BIN_PATH=${ANDROID_HOME}/cmake/$CMAKE_VERSION/bin
ENV PATH=${CMAKE_BIN_PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/emulator:${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${PATH}
......@@ -38,7 +38,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
libgl1 \
libtcmalloc-minimal4 \
make \
openjdk-11-jdk-headless \
openjdk-17-jdk-headless \
openssh-client \
patch \
python3 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment