1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

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 4ad7f9734d
commit 5f2be914a1
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