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 {
47
47
plugins {
48
48
create(" springdoc-gradle-plugin" ) {
49
49
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"
52
52
implementationClass = " org.springdoc.openapi.gradle.plugin.OpenApiGradlePlugin"
53
53
}
54
54
}
@@ -57,7 +57,7 @@ gradlePlugin {
57
57
pluginBundle {
58
58
website = " https://github.com/springdoc/springdoc-openapi-gradle-plugin"
59
59
vcsUrl = " https://github.com/springdoc/springdoc-openapi-gradle-plugin.git"
60
- tags = listOf (" SpringDocs " , " OpenApi " , " SwaggerDocs " )
60
+ tags = listOf (" springdoc " , " openapi " , " swagger " )
61
61
}
62
62
63
63
tasks {
@@ -67,4 +67,4 @@ tasks {
67
67
compileTestKotlin {
68
68
kotlinOptions.jvmTarget = " 1.8"
69
69
}
70
- }
70
+ }
You can’t perform that action at this time.
0 commit comments