Skip to content

Commit f9f55bb

Browse files
elmer-gardunogarrettjonesgoogle
authored andcommitted
Clarify that AppEngine SDK is not required for Flex and Standard J8 (#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
1 parent 303f43c commit f9f55bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

APPENGINE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Use Google Cloud Java Client with Google App Engine
22
=================================================
33

4+
** Note: the following instructions are not required for App Engine Flex and Java 8 standard environment. **
5+
46
Quickstart
57
----------
68
This file provides extra instructions to set up Google Cloud Java Client with Google App Engine.
@@ -30,4 +32,4 @@ libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.5
3032
To test with local dev server, run
3133
```
3234
mvn appengine:devserver
33-
```
35+
```

0 commit comments

Comments
 (0)