Skip to content

Commit 48f6d00

Browse files
add back tags property for the plugin publish task (#814)
1 parent 5549474 commit 48f6d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql-dgs-codegen-gradle/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ gradlePlugin {
4444
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
4545
displayName = 'DGS Code Generation Plugin'
4646
description = 'Gradle plugin for generating Java and Kotlin classes from GraphQL Schema'
47+
tags = ['Codegen']
4748
}
4849
}
4950
}
@@ -84,4 +85,4 @@ project.plugins.withId('nebula.release') {
8485

8586
signing {
8687
setRequired(false)
87-
}
88+
}

0 commit comments

Comments
 (0)