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:
gbrodman 2019-07-15 11:25:23 -04:00 committed by GitHub
parent 77590dcd8e
commit b0f6a498fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 8 deletions

View file

@ -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