8000 Fix errors · nnegrey/java-docs-samples@667e397 · GitHub
[go: up one dir, main page]

Skip to content

Commit 667e397

Browse files
author
Frank Natividad
committed
Fix errors
1 parent 663dc8f commit 667e397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-java8/endpoints-v2-guice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To deploy the sample API:
4141

4242
0. Invoke the `gcloud` command to deploy the API configuration file:
4343

44-
gcloud service-management deploy openapi.json
44+
gcloud service-management deploy target/openapi-docs/openapi.json
4545

4646
0. Deploy the API implementation code by invoking:
4747

appengine-java8/endpoints-v2-guice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ targetCompatibility = 1.8 // App Engine Standard uses Java 8
6363
task replaceProjectId(type: Copy) {
6464
from 'src/main/webapp/WEB-INF/'
6565
include '*.xml'
66-
into 'build/exploded-backend/WEB-INF'
66+
into 'build/exploded-guice-example/WEB-INF'
6767
expand(endpoints:[project:[id:projectId]])
6868
filteringCharset = 'UTF-8'
6969
}

0 commit comments

Comments
 (0)
0