We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3ac08 commit b73cd10Copy full SHA for b73cd10
graphql-dgs-codegen-gradle/build.gradle
@@ -59,6 +59,14 @@ pluginBundle {
59
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
60
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61
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
70
}
71
72
group = 'com.netflix.graphql.dgs.codegen'
0 commit comments