Skip to content

Commit

Permalink
Add tag to the plugin description.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Dec 15, 2020
1 parent 9c3ac08 commit b73cd10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions graphql-dgs-codegen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ pluginBundle {
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
website = 'https://github.com/Netflix/dgs-codegen'
plugins {
codegen {
id = 'dgs.codegen'
displayName = 'DGS Code Generation Plugin'
description = 'Gradle plugin for generating Java and Kotlin classes from GraphQL Schema'
tags = ['Codegen']
}
}
}

group = 'com.netflix.graphql.dgs.codegen'
Expand Down

0 comments on commit b73cd10

Please sign in to comment.