mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Use Java 11 in GCB to build release candidates (#736)
This commit is contained in:
parent
4ad7f9734d
commit
5f2be914a1
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