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

Remove gcloud gradle plugin from README #273

Merged
merged 1 commit into from
Jan 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ it may appear as "/tmp/enhance(some number).log"
<br>
**How do I deploy with gcloud?**

**NOTE**: You can try the [gradle gcloud plugin](GCLOUD.md)

If you're using gcloud to deploy your application, the newest version of `app deploy` doesn't support war directories, you will need to provide it with an `app.yaml` OR you can use the `appengineStage` task to create a directory that is deployable in `<project>/build/staged-app`

$ ./gradlew appengineStage
Expand Down