Skip to content

Commit 66119b6

Browse files
author
Frank Natividad
committed
Adding endpoints frameworks plugin build.gradle comments
1 parent 252139d commit 66119b6

File tree

1 file changed

+9
-0
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ appengine { // App Engine tasks configuration
7171
}
7272
}
7373

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] */
7483

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

0 commit comments

Comments
 (0)