We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06c86d commit 30df589Copy full SHA for 30df589
appengine/endpoints-frameworks-v2/guice-example/build.gradle
@@ -63,7 +63,7 @@ targetCompatibility = 1.7 // App Engine Standard uses Java 7
63
task replaceProjectId(type: Copy) {
64
from 'src/main/webapp/WEB-INF/'
65
include '*.xml'
66
- into 'build/exploded-backend/WEB-INF'
+ into 'build/exploded-guice-example/WEB-INF'
67
expand(endpoints:[project:[id:projectId]])
68
filteringCharset = 'UTF-8'
69
}
0 commit comments