Skip to content

Commit b73cd10

Browse files
Add tag to the plugin description.
1 parent 9c3ac08 commit b73cd10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

graphql-dgs-codegen-gradle/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ pluginBundle {
5959
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
6060
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
6161
website = 'https://github.com/Netflix/dgs-codegen'
62+
plugins {
63+
codegen {
64+
id = 'dgs.codegen'
65+
displayName = 'DGS Code Generation Plugin'
66+
description = 'Gradle plugin for generating Java and Kotlin classes from GraphQL Schema'
67+
tags = ['Codegen']
68+
}
69+
}
6270
}
6371

6472
group = 'com.netflix.graphql.dgs.codegen'

0 commit comments

Comments
 (0)