File tree 3 files changed +5
-5
lines changed
graphql-dgs-codegen-gradle
src/test/resources/test-project
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ gradlePlugin {
66
66
// Define the plugin
67
67
plugins {
68
68
codegen {
69
- id = ' codegen-gradle-plugin '
69
+ id = ' dgs. codegen'
70
70
implementationClass = ' com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
71
71
}
72
72
}
Original file line number Diff line number Diff line change 18
18
19
19
plugins {
20
20
id ' java'
21
- id ' codegen-gradle-plugin '
21
+ id ' dgs. codegen'
22
22
}
23
23
24
24
configurations {
25
25
// injected by Gradle Runner through test configuration, see CodegenGradlePluginTest
26
- CodeGenConfiguration . exclude group : " netflix" , module : " graphql-dgs-codegen-core"
26
+ CodeGenConfiguration . exclude group : " com. netflix.graphql.dgs.codegen " , module : " graphql-dgs-codegen-core"
27
27
}
28
28
29
29
generateJava {
Original file line number Diff line number Diff line change 18
18
19
19
plugins {
20
20
id ' java'
21
- id ' codegen-gradle-plugin '
21
+ id ' dgs. codegen'
22
22
}
23
23
24
24
configurations {
25
25
// injected by Gradle Runner through test configuration, see CodegenGradlePluginTest
26
- CodeGenConfiguration . exclude group : " netflix" , module : " graphql-dgs-codegen-core"
26
+ CodeGenConfiguration . exclude group : " com. netflix.graphql.dgs.codegen " , module : " graphql-dgs-codegen-core"
27
27
}
28
28
29
29
generateJava {
You can’t perform that action at this time.
0 commit comments