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 252139d commit 66119b6Copy full SHA for 66119b6
appengine/endpoints-frameworks-v2/migration-example/build.gradle
@@ -71,6 +71,15 @@ appengine { // App Engine tasks configuration
71
}
72
73
74
+/* START endpoints-server]
75
+endpointsServer {
76
+ // Endpoints Framework Plugin server-side configuration
77
+}
78
+
79
+endpointsClient {
80
+ // Endpoints Framework Plugin client-side configuration
81
82
+[END endpoints-server] */
83
84
group = 'com.example.helloendpoints' // Generated output GroupId
85
version = '1' // Version in generated output
0 commit comments