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
+3 -3
View File
@@ -14,7 +14,7 @@
# https://cloud.google.com/cloud-build/docs/running-builds/automate-builds
steps:
# Download Kythe
- name: 'openjdk:11'
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
entrypoint: /bin/bash
args:
- -c
@@ -25,7 +25,7 @@ steps:
rm kythe-${_KYTHE_VERSION}.tar.gz
mv kythe-${_KYTHE_VERSION} kythe
# Build Nomulus with the Kythe wrapper
- name: 'openjdk:11'
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
entrypoint: /bin/bash
args:
- -c
@@ -40,7 +40,7 @@ steps:
./gradlew clean testClasses -x compileProdJS \
-Dno_werror=true -PenableCrossReferencing=true
# Merge kzip files
- name: 'openjdk:11'
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
entrypoint: /bin/bash
args:
- -c