mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
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:
parent
83e93b87a5
commit
ebe4e522df
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ steps:
|
||||||
- ':proxy:deployJar'
|
- ':proxy:deployJar'
|
||||||
- '-x'
|
- '-x'
|
||||||
- 'autoLintGradle'
|
- 'autoLintGradle'
|
||||||
- '-PmavenUrl=gcs://domain-registry-maven-repository/maven'
|
- '-PmavenUrl=https://storage.googleapis.com/domain-registry-maven-repository/maven'
|
||||||
- '-PpluginsUrl=gcs://domain-registry-maven-repository/plugins'
|
- '-PpluginsUrl=https://storage.googleapis.com/domain-registry-maven-repository/plugins'
|
||||||
dir: 'gradle'
|
dir: 'gradle'
|
||||||
# Build the docker image.
|
# Build the docker image.
|
||||||
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
|
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue