File tree Expand file tree Collapse file tree
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,26 +90,24 @@ your project ID.
9090
9191### Building the sample project
9292
93- To build the project on unix-based systems :
93+ To build the project use :
9494
95- ./gradlew build
96-
97- Note for windows user: Use ` gradlew.bat ` instead of ` ./gradlew `
95+ gradle build
9896
9997<details >
10098 <summary >more details</summary >
10199 The project contains the standard java and war plugins and in addition to that it contains the following plugins:
102100 https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin for the endpoint related tasks and
103101 https://github.com/GoogleCloudPlatform/app-gradle-plugin for the appengine standard related tasks.
104-
102+
105103 Check the links for details about the available Plugin Goals and Parameters.
106104</details >
107105
108106### Generating the openapi.json file
109107
110108To generate the required configuration file ` openapi.json ` :
111109
112- ./gradlew endpointsOpenApiDocs
110+ gradle endpointsOpenApiDocs
113111
114112This results in a file in build/endpointsOpenApiDocs/openapi.json
115113
@@ -123,7 +121,7 @@ To deploy the sample API:
123121
1241220 . Deploy the API implementation code by invoking:
125123
126- ./gradlew appengineDeploy
124+ gradle appengineDeploy
127125
128126 The first time you upload a sample app, you may be prompted to authorize the
129127 deployment. Follow the prompts: when you are presented with a browser window
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments