Skip to content

Commit 8bc1713

Browse files
author
David Porter
authored
Update plugin description and tags
It's 'springdoc', not 'springdocs'.
1 parent 7ebf4c4 commit 8bc1713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {
5757
pluginBundle {
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

6363
tasks {
@@ -67,4 +67,4 @@ tasks {
6767
compileTestKotlin {
6868
kotlinOptions.jvmTarget = "1.8"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)