Skip to content

Commit

Permalink
mobile/linux: Upgrade to Java 11 for building Android apps (#301)
Browse files Browse the repository at this point in the history
This is a follow-up of envoyproxy/envoy#30285.

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Oct 19, 2023
1 parent f727ec1 commit 7467652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/linux/ubuntu/fun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ mobile_install_jdk () {
# Download and install the package that adds
# the Azul APT repository to the list of sources
wget -q -O zulu.deb "${ZULU_INSTALL_DEB}"
# Install the Java 8 JDK
# Install the Java 11 JDK
apt-get install -y ./zulu.deb
apt-get update -y
apt-get install -y zulu8-jdk
apt-get install -y zulu11-jdk
rm ./zulu.deb
}

Expand Down

0 comments on commit 7467652

Please sign in to comment.