Skip to content

Commit 29f29ba

Browse files
Update plugin id to com.netflix.dgs.codegen to add the company name.
1 parent b73cd10 commit 29f29ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

graphql-dgs-codegen-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pluginBundle {
6161
website = 'https://github.com/Netflix/dgs-codegen'
6262
plugins {
6363
codegen {
64-
id = 'dgs.codegen'
64+
id = 'com.netflix.dgs.codegen'
6565
displayName = 'DGS Code Generation Plugin'
6666
description = 'Gradle plugin for generating Java and Kotlin classes from GraphQL Schema'
6767
tags = ['Codegen']
@@ -74,7 +74,7 @@ gradlePlugin {
7474
// Define the plugin
7575
plugins {
7676
codegen {
77-
id = 'dgs.codegen'
77+
id = 'com.netflix.dgs.codegen'
7878
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
7979
displayName = 'DGS Code Generation Plugin'
8080
}

graphql-dgs-codegen-gradle/src/test/resources/test-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
plugins {
2020
id 'java'
21-
id 'dgs.codegen'
21+
id 'com.netflix.dgs.codegen'
2222
}
2323

2424
configurations {

graphql-dgs-codegen-gradle/src/test/resources/test-project/build_with_default_dir.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
plugins {
2020
id 'java'
21-
id 'dgs.codegen'
21+
id 'com.netflix.dgs.codegen'
2222
}
2323

2424
configurations {

0 commit comments

Comments
 (0)