Skip to content

Commit bb3a892

Browse files
committed
improve plugin description
1 parent f879bdf commit bb3a892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gradlePlugin {
7373
processorPlugin {
7474
id = 'io.openapiprocessor.openapi-processor'
7575
displayName = 'Gradle openapi-processor plugin'
76-
description = 'plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 7.0+)'
76+
description = 'plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 7.0+, with gradle 5.5+ use 2021.3)'
7777
implementationClass = 'io.openapiprocessor.gradle.OpenApiProcessorPlugin'
7878
}
7979
}

0 commit comments

Comments
 (0)