We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5549474 commit 48f6d00Copy full SHA for 48f6d00
graphql-dgs-codegen-gradle/build.gradle
@@ -44,6 +44,7 @@ gradlePlugin {
44
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
45
displayName = 'DGS Code Generation Plugin'
46
description = 'Gradle plugin for generating Java and Kotlin classes from GraphQL Schema'
47
+ tags = ['Codegen']
48
}
49
50
@@ -84,4 +85,4 @@ project.plugins.withId('nebula.release') {
84
85
86
signing {
87
setRequired(false)
-}
88
+}
0 commit comments