File tree Expand file tree Collapse file tree 5 files changed +5
-263
lines changed
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 5 files changed +5
-263
lines changed Original file line number Diff line number Diff line change @@ -90,26 +90,24 @@ your project ID.
90
90
91
91
### Building the sample project
92
92
93
- To build the project on unix-based systems :
93
+ To build the project use :
94
94
95
- ./gradlew build
96
-
97
- Note for windows user: Use ` gradlew.bat ` instead of ` ./gradlew `
95
+ gradle build
98
96
99
97
<details >
100
98
<summary >more details</summary >
101
99
The project contains the standard java and war plugins and in addition to that it contains the following plugins:
102
100
https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin for the endpoint related tasks and
103
101
https://github.com/GoogleCloudPlatform/app-gradle-plugin for the appengine standard related tasks.
104
-
102
+
105
103
Check the links for details about the available Plugin Goals and Parameters.
106
104
</details >
107
105
108
106
### Generating the openapi.json file
109
107
110
108
To generate the required configuration file ` openapi.json ` :
111
109
112
- ./gradlew endpointsOpenApiDocs
110
+ gradle endpointsOpenApiDocs
113
111
114
112
This results in a file in build/endpointsOpenApiDocs/openapi.json
115
113
@@ -123,7 +121,7 @@ To deploy the sample API:
123
121
124
122
0 . Deploy the API implementation code by invoking:
125
123
126
- ./gradlew appengineDeploy
124
+ gradle appengineDeploy
127
125
128
126
The first time you upload a sample app, you may be prompted to authorize the
129
127
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