File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ gradlePlugin {
4747 plugins {
4848 create(" springdoc-gradle-plugin" ) {
4949 id = " org.springdoc.openapi-gradle-plugin"
50- displayName = " Spring Docs OpenApi Gradle plugin"
51- description = " This plugin generates json OpenAPI description during build time"
50+ displayName = " A Gradle plugin for the springdoc-openapi library "
51+ description = " This plugin uses springdoc-openapi to generate an OpenAPI description at build time"
5252 implementationClass = " org.springdoc.openapi.gradle.plugin.OpenApiGradlePlugin"
5353 }
5454 }
@@ -57,7 +57,7 @@ gradlePlugin {
5757pluginBundle {
5858 website = " https://github.com/springdoc/springdoc-openapi-gradle-plugin"
5959 vcsUrl = " https://github.com/springdoc/springdoc-openapi-gradle-plugin.git"
60- tags = listOf (" SpringDocs " , " OpenApi " , " SwaggerDocs " )
60+ tags = listOf (" springdoc " , " openapi " , " swagger " )
6161}
6262
6363tasks {
@@ -67,4 +67,4 @@ tasks {
6767 compileTestKotlin {
6868 kotlinOptions.jvmTarget = " 1.8"
6969 }
70- }
70+ }
You can’t perform that action at this time.
0 commit comments