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

Add projectAsService helper for multimoduleRun/Start #227

Closed loosebazooka closed 6 years ago

loosebazooka commented 6 years ago

allow users to configure multimodule run like

appengine {
  run {
    services = [projectAsService("module-name1"), projectAsService("module-name2")]
  }
}

instead of https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/master/USER_GUIDE.md#how-do-i-run-multiple-modules-on-the-dev-app-server-v1