-
Notifications
You must be signed in to change notification settings - Fork 60
ManagedVM deployment with gradle? #225
Comments
So in the near future there will be a plugin based on gcloud instead of appcfg for deployments that should make it easier. In the meantime, you should be about to deploy whatever is produced by the
(https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy) and setting |
Thank you! |
6 months later ... any update on this? |
gcloud-maven-plugin is starting lib/gcloud.py as external process and passes different arguments which is similar to what gradle-appengine-plugin does. It would be good if management is exposed as separate lib and used by both plugins. @loosebazooka as you've marked this functionality as deprecated are you planning gradle-appengine-plugin to support and gcloud deployments ? |
You can try this new plugin : https://github.com/GoogleCloudPlatform/app-gradle-plugin On Aug 7, 2016 11:19, "Miroslav Genov" notifications@github.com wrote:
|
Does this mean that this gradle--appengine-plugin will become deprecated? |
I believe that's the plan (there's a long deprecation period with any deprecation though, so it'll be supported for a while), we still have some gaps to close with the new plugin, but we're getting there. |
Hi,
is there already a way to deploy an appengine application to a managedVM via this gradle plugin?
Best,
Burtan
The text was updated successfully, but these errors were encountered: