Add tasks used in release as dependencies of the build task

Our CI (Travis & Kokoro) runs "gradle build", so we need to make
sure that all tasks used in the release process are called during
the build so that breakage can be caught earlier.

In order to stage the GAE folder we need gcloud to be present.
Therefore the Travis config is changed to install gcloud.

See: https://gist.github.com/mjackson/5887963e7d8b8fb0615416c510ae8857
This commit is contained in:
Lai Jiang 2019-06-14 01:00:48 -04:00
parent 342bfc9dc5
commit a1d3f7be8b
3 changed files with 29 additions and 4 deletions

View file

@ -11,6 +11,8 @@ sourceSets {
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
project.build.dependsOn deployJar
dependencies {
def deps = rootProject.dependencyMap