Skip to content

Commit 8566518

Browse files
author
Frank Natividad
committed
Split endpointsServer and endpointsClient region tags
1 parent 253b125 commit 8566518

File tree

1 file changed

+3
-1
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+3
-1
lines changed

appengine/endpoints-frameworks-v2/migration-example/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ appengine { // App Engine tasks configuration
7575
endpointsServer {
7676
// Endpoints Framework Plugin server-side configuration
7777
}
78+
[END endpoints-server] */
7879

80+
/* [START endpoints-client]
7981
endpointsClient {
8082
// Endpoints Framework Plugin client-side configuration
8183
}
82-
[END endpoints-server] */
84+
[END endpoints-client] */
8385

8486
group = 'com.example.helloendpoints' // Generated output GroupId
8587
version = '1' // Version in generated output

0 commit comments

Comments
 (0)