Skip to content

Commit

Permalink
Clarify that AppEngine SDK is not required for Flex and Standard J8 (#…
Browse files Browse the repository at this point in the history
…2264)

* Clarify that AppEngine SDK is not required for Flex and Standard J8

Clarify that using the Appengine API SDK is not required on AppEngine Flex and Standard J8 per 

#1918 (comment)
#1918 (comment)

* Update APPENGINE.md
  • Loading branch information
elmer-garduno authored and garrettjonesgoogle committed Aug 10, 2017
1 parent 303f43c commit f9f55bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion APPENGINE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Use Google Cloud Java Client with Google App Engine
=================================================

** Note: the following instructions are not required for App Engine Flex and Java 8 standard environment. **

Quickstart
----------
This file provides extra instructions to set up Google Cloud Java Client with Google App Engine.
Expand Down Expand Up @@ -30,4 +32,4 @@ libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.5
To test with local dev server, run
```
mvn appengine:devserver
```
```

0 comments on commit f9f55bb

Please sign in to comment.