Skip to content

Commit 7024d84

Browse files
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)
1 parent 0e4ed46 commit 7024d84

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 Appengine Flex and J8 standard. **
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)