File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
# com.github.hauner.openapi.gradle
5
5
6
6
a gradle plugin based on the [ openapi-generatr-api] [ generatr-api ] to handle all configured openapi-generatrs
7
- without explicit dependency on a generatr.
7
+ without explicit dependency on a generatr. Requires Gradle 5.2 or better.
8
8
9
9
# Usage
10
10
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ gradlePlugin {
49
49
generatrPlugin {
50
50
id = ' com.github.hauner.openapi-generatr'
51
51
displayName = ' Gradle openapi-generatr plugin'
52
- description = ' plugin to run openapi-generatr-x generators, e.g. openapi-generatr-spring'
52
+ description = ' plugin to run openapi-generatr-x generators, e.g. openapi-generatr-spring (requires gradle 5.2+) '
53
53
implementationClass = ' com.github.hauner.openapi.gradle.OpenApiGeneratrPlugin'
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments