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 ca74223 commit f625421Copy full SHA for f625421
appengine/endpoints-frameworks-v2/backend/build.gradle
@@ -23,7 +23,7 @@ task wrapper(type: Wrapper) {
23
gradleVersion = '3.5'
24
}
25
26
-def projectId = 'endpointstest2'
+def projectId = 'YOUR_PROJECT_ID'
27
28
apply plugin: 'java'
29
apply plugin: 'war'
0 commit comments