Skip to content

Commit 56d86e0

Browse files
committed
removed gradle wrapper and updated the README to use gradle instead
1 parent 68b1cc5 commit 56d86e0

File tree

5 files changed

+5
-263
lines changed

5 files changed

+5
-263
lines changed

appengine/endpoints-frameworks-v2/backend/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

110108
To generate the required configuration file `openapi.json`:
111109

112-
./gradlew endpointsOpenApiDocs
110+
gradle endpointsOpenApiDocs
113111

114112
This results in a file in build/endpointsOpenApiDocs/openapi.json
115113

@@ -123,7 +121,7 @@ To deploy the sample API:
123121

124122
0. 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
Binary file not shown.

appengine/endpoints-frameworks-v2/backend/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

appengine/endpoints-frameworks-v2/backend/gradlew

Lines changed: 0 additions & 160 deletions
This file was deleted.

appengine/endpoints-frameworks-v2/backend/gradlew.bat

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)