File tree 2 files changed +2
-15
lines changed
graphql-dgs-codegen-gradle
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ allprojects {
26
26
mavenCentral()
27
27
jcenter()
28
28
}
29
- group = ' netflix'
29
+ group = ' com. netflix.graphql.dgs.codegen '
30
30
}
31
31
description = ' Netflix GraphQL DGS Code Generation'
Original file line number Diff line number Diff line change @@ -59,29 +59,16 @@ pluginBundle {
59
59
vcsUrl = ' https://github.com/Netflix/dgs-codegen.git'
60
60
description = ' Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61
61
website = ' https://github.com/Netflix/dgs-codegen'
62
-
63
- plugins {
64
- codegen_public {
65
- id = ' netflix.codegen-gradle-plugin'
66
- displayName = ' DGS Code Generation Plugin '
67
- description = ' Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
68
- tags = [' Codegen' ]
69
- }
70
- }
71
62
}
72
63
73
- group = ' netflix'
64
+ group = ' com. netflix.graphql.dgs.codegen '
74
65
gradlePlugin {
75
66
// Define the plugin
76
67
plugins {
77
68
codegen {
78
69
id = ' codegen-gradle-plugin'
79
70
implementationClass = ' com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
80
71
}
81
- codegen_public {
82
- id = ' netflix.codegen-gradle-plugin'
83
- implementationClass = ' com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
84
- }
85
72
}
86
73
}
87
74
You can’t perform that action at this time.
0 commit comments