Skip to content

Commit

Permalink
Remove duplicate/incorrect Gradle plugin description (#1423)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <michael@xlate.io>
  • Loading branch information
MikeEdgar committed Mar 24, 2023
1 parent 9fff491 commit 9b58996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ gradlePlugin {
implementationClass = 'io.smallrye.openapi.gradleplugin.SmallryeOpenApiPlugin'
description = 'SmallRye: MicroProfile OpenAPI Gradle Plugin'
displayName = 'SmallRye: MicroProfile OpenAPI Gradle Plugin'
description = 'SmallRye: MicroProfile GraphQL Gradle Plugin'
tags.set([ 'smallrye', 'openapi', 'microprofile' ])
}
}
Expand Down

0 comments on commit 9b58996

Please sign in to comment.