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

appengineRun in background #275

Closed sh4d0000 closed 7 years ago

sh4d0000 commented 7 years ago

I couldn't find the daemon option in the docs to run the appengine local dev server in background . Do you plan to support this feature?

loosebazooka commented 7 years ago

It's in the README (under convention properties) or just search the page for daemon

daemon: Specifies whether the local development server should run in the background. When true, this task completes as soon as the server has started. When false, this task blocks until the local development server is stopped (defaults to false).

loosebazooka commented 7 years ago

or are you asking about the new plugin : https://github.com/GoogleCloudPlatform/app-gradle-plugin ?

sh4d0000 commented 7 years ago

yes the new plugin, sorry I have wrote on the wrote project. I have actually found out there is now appengineStart to do this. thanks