Convert update_dependency procedure to use gradle proxy

Collect the set of dependencies using the gradle proxy and push to GCS using
gcs_sync.

TESTED: Verified that the script works against both unupdated and up-to-date
dependency sets, verified that the proxy server is destroyed after completion.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=241529357
This commit is contained in:
mmuller 2019-04-02 08:04:38 -07:00 committed by jianglai
parent c0f5710c31
commit 5470414e48
7 changed files with 10 additions and 92 deletions

View file

@ -74,5 +74,3 @@ dependencies {
annotationProcessor deps['com.google.dagger:dagger-compiler']
testAnnotationProcessor deps['com.google.dagger:dagger-compiler']
}
generateDependencyPublications()