mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +02:00
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:
parent
342bfc9dc5
commit
a1d3f7be8b
3 changed files with 29 additions and 4 deletions
|
@ -11,6 +11,8 @@ sourceSets {
|
|||
|
||||
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
|
||||
|
||||
project.build.dependsOn deployJar
|
||||
|
||||
dependencies {
|
||||
def deps = rootProject.dependencyMap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue