Skip to content

Commit 64063c5

Browse files
Specify group id for all projects to fix the published artifact's group id.
1 parent 8dc7df8 commit 64063c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ allprojects {
2626
mavenCentral()
2727
jcenter()
2828
}
29+
group = 'com.netflix.graphql.dgs.codegen'
2930
}
30-
31-
group = 'com.netflix.graphql.dgs.codegen'
3231
description = 'Netflix GraphQL DGS Code Generation'

0 commit comments

Comments
 (0)