GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Specificying Beta when deploying

cobookman opened this issue · comments

To use this functionality requires a gcloud beta app deploy command.

Enable users to specifying the beta GAE environment with this plugin:
https://cloud.google.com/appengine/docs/standard/java/connecting-vpc

Thanks!

commented

@cobookman this should be available in newly released version 2.1.0 by setting gcloudMode in the deploy config

appengine {
  deploy {
    gcloudMode = "beta"
  }
}