We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e462064 commit 9c3ac08Copy full SHA for 9c3ac08
graphql-dgs-codegen-gradle/build.gradle
@@ -59,7 +59,6 @@ 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
- displayName = 'DGS Code Generation Plugin'
63
}
64
65
group = 'com.netflix.graphql.dgs.codegen'
@@ -69,6 +68,7 @@ gradlePlugin {
69
68
codegen {
70
id = 'dgs.codegen'
71
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
+ displayName = 'DGS Code Generation Plugin'
72
73
74
0 commit comments