mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Bump the version of the AppEngine Gradle plugin (#169)
* Bump the version of the AppEngine Gradle plugin * deploy should depend on deployAll
This commit is contained in:
parent
77590dcd8e
commit
b0f6a498fd
3 changed files with 17 additions and 8 deletions
|
@ -75,7 +75,7 @@ if (project.path == ":services:default") {
|
|||
|
||||
appengine {
|
||||
deploy {
|
||||
project = gcpProject
|
||||
projectId = gcpProject
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,6 +83,6 @@ dependencies {
|
|||
compile project(':core')
|
||||
}
|
||||
|
||||
rootProject.deploy.dependsOn appengineDeploy
|
||||
rootProject.deploy.dependsOn appengineDeployAll
|
||||
rootProject.stage.dependsOn appengineStage
|
||||
appengineDeploy.dependsOn rootProject.verifyDeployment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue