Skip to content

Commit fa73e62

Browse files
authored
updated our readme to include latest features and mark the fact we ar… (#816)
* updated our readme to include latest features and mark the fact we are beta not alpha * added link to our docs in cloud.google.com
1 parent 4cfc8af commit fa73e62

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Google Cloud Platform IntelliJ IDEA plugin
33
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-intellij.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-intellij)
44

5-
**Alpha. For development only. Documentation incomplete. You will encounter bugs.**
5+
**This plugin is BETA quality.**
66

77
The plugin integrates the [Google Cloud Platform](https://cloud.google.com/)
88
into the IntelliJ IDEA UI. Currently this includes:
@@ -12,13 +12,16 @@ into the IntelliJ IDEA UI. Currently this includes:
1212
* The [Google Cloud Debugger](https://cloud.google.com/tools/cloud-debugger/)
1313
The Cloud Debugger can inspect the state of a Java application running on
1414
[Google App Engine](https://cloud.google.com/appengine/)
15-
at any code location without stopping the application.
15+
at any code location without stopping the application.
16+
* [Google App Engine](https://cloud.google.com/appengine/docs/) deployment via the Cloud SDK.
1617

18+
For detailed user documentation go to our documentation
19+
[website](https://cloud.google.com/tools/intellij/docs/).
1720

1821
## Supported Platforms
1922

20-
* IntelliJ IDEA Community Edition 14.1 or later
21-
* IntelliJ IDEA Ultimate Edition 14.1 or later
23+
* IntelliJ IDEA Community Edition 15.0.6 or later
24+
* IntelliJ IDEA Ultimate Edition 15.0.6 or later
2225

2326
## Installation
2427

@@ -27,7 +30,7 @@ You will see a prompt to install the 'Google Account' plugin which provides comm
2730

2831
### Pre-releases
2932

30-
The pre-release alpha binaries are being deployed to the Jetbrains plugin repository on an alpha
33+
The pre-release binaries are being deployed to the Jetbrains plugin repository on an alpha
3134
channel. To install them please perform the following steps:
3235

3336
1. Install the Google Account plugin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
ideaEdition = IC
18-
ideaVersion = 15.0.6
18+
ideaVersion = 2016.2.1
1919
javaVersion = 1.7
2020
ijPluginRepoChannel = alpha
2121
version = 0.9.8-beta-SNAPSHOT

0 commit comments

Comments
 (0)