8000
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 e2e8110 commit b2fc187Copy full SHA for b2fc187
appengine-java8/endpoints-v2-backend/build.gradle
@@ -61,7 +61,7 @@ targetCompatibility = 1.8
61
task replaceProjectId(type: Copy) {
62
from 'src/main/webapp/WEB-INF/'
63
include '*.xml'
64
- into 'build/exploded-${archivesBaseName}/WEB-INF'
+ into "build/exploded-${archivesBaseName}/WEB-INF"
65
expand(endpoints:[project:[id:projectId]])
66
filteringCharset = 'UTF-8'
67
}
0 commit comments