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 253b125 commit 8566518Copy full SHA for 8566518
appengine/endpoints-frameworks-v2/migration-example/build.gradle
@@ -75,11 +75,13 @@ appengine { // App Engine tasks configuration
75
endpointsServer {
76
// Endpoints Framework Plugin server-side configuration
77
}
78
+[END endpoints-server] */
79
80
+/* [START endpoints-client]
81
endpointsClient {
82
// Endpoints Framework Plugin client-side configuration
83
-[END endpoints-server] */
84
+[END endpoints-client] */
85
86
group = 'com.example.helloendpoints' // Generated output GroupId
87
version = '1' // Version in generated output
0 commit comments