GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Read application/version from build.gradle + appengine-web.xml instead of build.gradle + gcloud global state #248

Closed TadCordle closed 6 years ago

TadCordle commented 6 years ago

Should verify application property and pass the verified value through to the deploy step.

  1. If "deploy.read.appengine.web.xml" system property is set, make sure project id is only set in appengine-web.xml and not build config, otherwise error.
  2. If "deploy.read.appengine.web.xml" is not set, then make sure project id is set in build config, otherwise error.