Use Java 11 in GCB to build release candidates (#736)

This commit is contained in:
Lai Jiang 2020-08-03 13:13:08 -04:00 committed by GitHub
parent 4a2215e88d
commit 94d91d1663
3 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ locale-gen en_US.UTF-8
apt-get install apt-utils -y
apt-get upgrade -y
# Install Java
apt-get install openjdk-8-jdk-headless -y
apt-get install openjdk-11-jdk-headless -y
# Install npm
apt-get install npm -y
# Install gcloud