Skip to content

Commit

Permalink
Merge pull request #24 from Yelp/redwarp-gradle-version
Browse files Browse the repository at this point in the history
Specify gradle version used
  • Loading branch information
cortinico committed Mar 27, 2019
2 parents 2bb871d + 5e302db commit b88709e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This plugin wraps [swagger-codegen](https://github.com/swagger-api/swagger-codeg

## Getting Started

**Swagger Gradle Codegen** is distributed through [Gradle Plugin Portal](https://plugins.gradle.org/). To use it you need to add the following dependency to your gradle files. Please note that those code needs to be added the gradle file of the module where you want to generate the code (**not the top level** build.gradle\[.kts\] file).
**Swagger Gradle Codegen** is distributed through [Gradle Plugin Portal](https://plugins.gradle.org/). To use it you need to add the following dependency to your gradle files.
Please note that those code needs to be added the gradle file of the module where you want to generate the code (**not the top level** build.gradle\[.kts\] file).
Please also note that the plugin uses gradle 5.+ features, and you will need to setup your gradle wrapper to use 5.0 or more.

If you're using the Groovy Gradle files:
```groovy
Expand Down

0 comments on commit b88709e

Please sign in to comment.