Skip to content

Commit 8dc7df8

Browse files
Add group id to the plugin's build.gradle.
1 parent 92fb334 commit 8dc7df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-dgs-codegen-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pluginBundle {
6060
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
6161
}
6262

63-
63+
group = 'com.netflix.graphql.dgs.codegen'
6464
gradlePlugin {
6565
// Define the plugin
6666
plugins {

0 commit comments

Comments
 (0)