8000 Update build.gradle · nnegrey/java-docs-samples@30df589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30df589

Browse files
author
Frank Natividad
committed
Update build.gradle
1 parent d06c86d commit 30df589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/endpoints-frameworks-v2/guice-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ targetCompatibility = 1.7 // App Engine Standard uses Java 7
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