GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

[QUESTION] Different appengine-web.xml for development & production? #242

Open renaudcerrato opened 8 years ago

renaudcerrato commented 8 years ago

Not sure if this is the right place to ask, but... For safety reasons, I'd prefer to use two different GAE projects for development and production. I could create some kind of template and a custom task to switch from one to the other - but I'm wondering if there could be a more elegant solution?

peterfortuin commented 8 years ago

There is already a similar issue => https://github.com/GoogleCloudPlatform/gradle-appengine-plugin/issues/177

loosebazooka commented 8 years ago

Yeah, I updated #177 with a new answer (hack)