Skip to content

Commit

Permalink
Update group name to the same group id we use internally.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Dec 14, 2020
1 parent 54b6999 commit 8a202d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ allprojects {
mavenCentral()
jcenter()
}
group = 'com.netflix.graphql.dgs.codegen'
group = 'netflix'
}
description = 'Netflix GraphQL DGS Code Generation'
2 changes: 1 addition & 1 deletion graphql-dgs-codegen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pluginBundle {
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
}

group = 'com.netflix.graphql.dgs.codegen'
group = 'netflix'
gradlePlugin {
// Define the plugin
plugins {
Expand Down

0 comments on commit 8a202d0

Please sign in to comment.