Use GCS HTTPS endpoints when pulling dependencies

This alleviates the needs to have Google credentials even when downloading from
a public bucket.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=245290867
This commit is contained in:
jianglai 2019-04-25 12:59:05 -07:00
parent 83e93b87a5
commit ebe4e522df

View file

@ -26,8 +26,8 @@ steps:
- ':proxy:deployJar'
- '-x'
- 'autoLintGradle'
- '-PmavenUrl=gcs://domain-registry-maven-repository/maven'
- '-PpluginsUrl=gcs://domain-registry-maven-repository/plugins'
- '-PmavenUrl=https://storage.googleapis.com/domain-registry-maven-repository/maven'
- '-PpluginsUrl=https://storage.googleapis.com/domain-registry-maven-repository/plugins'
dir: 'gradle'
# Build the docker image.
- name: 'gcr.io/${PROJECT_ID}/builder:latest'