mirror of
https://github.com/google/nomulus
synced 2026-01-05 21:15:18 +00: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:
@@ -677,3 +677,7 @@ createUberJar('nomulus', 'nomulus', 'google.registry.tools.RegistryTool')
|
||||
createUberJar('gtechTool', 'gtech_tool', 'google.registry.tools.GtechTool')
|
||||
project.nomulus.dependsOn project(':third_party').jar
|
||||
project.gtechTool.dependsOn project(':third_party').jar
|
||||
|
||||
project.build.dependsOn nomulus
|
||||
project.build.dependsOn gtechTool
|
||||
project.build.dependsOn ':stage'
|
||||
|
||||
Reference in New Issue
Block a user