We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f879bdf commit bb3a892Copy full SHA for bb3a892
build.gradle
@@ -73,7 +73,7 @@ gradlePlugin {
73
processorPlugin {
74
id = 'io.openapiprocessor.openapi-processor'
75
displayName = 'Gradle openapi-processor plugin'
76
- description = 'plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 7.0+)'
+ description = 'plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 7.0+, with gradle 5.5+ use 2021.3)'
77
implementationClass = 'io.openapiprocessor.gradle.OpenApiProcessorPlugin'
78
}
79
0 commit comments