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

Feature Request - DevServer Command line arguments --generated_dir #237

Open ramesh-lingappan opened 8 years ago

ramesh-lingappan commented 8 years ago

Hi,

Currently the appengine closure, doesn't contain the argument --generated_dir, which will be useful to customize the app generated files location, like gcs or index file. Can you please add this attribute?

jimhooker2002 commented 8 years ago

I'm having a go at this as it's a feature I would like as well: https://github.com/GoogleCloudPlatform/gradle-appengine-plugin/pull/244