Skip to content

Commit 5e302db

Browse files
author
Benoit Vermont
authored
Specify gradle version used
Specify that gradle 5.+ is necessary to use the project.
1 parent 2bb871d commit 5e302db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ This plugin wraps [swagger-codegen](https://github.com/swagger-api/swagger-codeg
88

99
## Getting Started
1010

11-
**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).
11+
**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.
12+
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).
13+
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.
1214

1315
If you're using the Groovy Gradle files:
1416
```groovy

0 commit comments

Comments
 (0)