mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 06:55:20 +02:00
Use Java 11 in GCB to build release candidates (#736)
This commit is contained in:
parent
4a2215e88d
commit
94d91d1663
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue