mirror of
https://github.com/google/nomulus.git
synced 2025-07-31 15:06:29 +02:00
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:
parent
c0f5710c31
commit
5470414e48
7 changed files with 10 additions and 92 deletions
|
@ -74,5 +74,3 @@ dependencies {
|
|||
annotationProcessor deps['com.google.dagger:dagger-compiler']
|
||||
testAnnotationProcessor deps['com.google.dagger:dagger-compiler']
|
||||
}
|
||||
|
||||
generateDependencyPublications()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue