We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b6999 commit 8a202d0Copy full SHA for 8a202d0
build.gradle
@@ -26,6 +26,6 @@ allprojects {
26
mavenCentral()
27
jcenter()
28
}
29
- group = 'com.netflix.graphql.dgs.codegen'
+ group = 'netflix'
30
31
description = 'Netflix GraphQL DGS Code Generation'
graphql-dgs-codegen-gradle/build.gradle
@@ -60,7 +60,7 @@ pluginBundle {
60
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61
62
63
-group = 'com.netflix.graphql.dgs.codegen'
+group = 'netflix'
64
gradlePlugin {
65
// Define the plugin
66
plugins {
0 commit comments