Skip to content

Commit 8a202d0

Browse files
Update group name to the same group id we use internally.
1 parent 54b6999 commit 8a202d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

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-
group = 'com.netflix.graphql.dgs.codegen'
63+
group = 'netflix'
6464
gradlePlugin {
6565
// Define the plugin
6666
plugins {

0 commit comments

Comments
 (0)