Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix gcloud command, add deprecation to messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Jul 21, 2016
1 parent dc3d064 commit 52444cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GCLOUD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![Google Cloud Platform Logo](https://cloud.google.com/_static/images/gcp-logo.png)
# Gradle GCloud [preview] Plugin

*This plugin is deprecated and may not work for you, try using gcloud directly*

This plugin provides tasks for running and deploying App Engine applications using the gcloud command line tool.
*Caution:* This plugin is experimental and may change without notice

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DeployTask extends AppTask {

@Override
List<String> getCommand() {
['preview','app','deploy']
['app','deploy']
}

@Override
Expand Down

0 comments on commit 52444cd

Please sign in to comment.