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

set default version task needed #228

Closed scottmboring closed 8 years ago

scottmboring commented 8 years ago

The mvn tool offers the ability to set the default version

mvn appengine:set_default_version

This is particularly useful as part of an update like

mvn appengine:update_cron appengine:update_indexes appengine:update appengine:set_default_version

Gradle should have a corresponding task

gradle appengineSetDefaultVersion
loosebazooka commented 8 years ago

Sounds like a good idea. Open to pull requests at the moment, or I'll get to in the future.