Skip to content

Commit 9dafad0

Browse files
authored
Change to point to J8 Quickstart
Please merge after approval.
1 parent 339282d commit 9dafad0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

APPENGINE.md

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

44
** Note: the following instructions are not required for App Engine Flex and Java 8 standard environment. **
@@ -9,7 +9,7 @@ This file provides extra instructions to set up Google Cloud Java Client with Go
99

1010
See [Google Cloud JavaQuickstart](./README.md#quickstart) for general instructions on using Google Cloud Java.
1111

12-
See [Quickstart for App Engine Standard Environment for Java](https://cloud.google.com/appengine/docs/standard/java/quickstart) for extra Google App Engine instructions.
12+
See [Quickstart for App Engine Standard Environment for Java](https://cloud.google.com/appengine/docs/standard/java/quickstart-java8) for extra Google App Engine instructions.
1313

1414
If you are using Maven, add this to your pom.xml file
1515
```xml
@@ -22,11 +22,11 @@ If you are using Maven, add this to your pom.xml file
2222

2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.50'
25+
compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.56'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.50"
29+
libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.56"
3030
```
3131

3232
To test with local dev server, run

0 commit comments

Comments
 (0)