Skip to content

Commit

Permalink
Rename plugin id to dgs.codegen.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Dec 15, 2020
1 parent 66ac913 commit b97977a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion graphql-dgs-codegen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gradlePlugin {
// Define the plugin
plugins {
codegen {
id = 'codegen-gradle-plugin'
id = 'dgs.codegen'
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

plugins {
id 'java'
id 'codegen-gradle-plugin'
id 'dgs.codegen'
}

configurations {
// injected by Gradle Runner through test configuration, see CodegenGradlePluginTest
CodeGenConfiguration.exclude group: "netflix", module: "graphql-dgs-codegen-core"
CodeGenConfiguration.exclude group: "com.netflix.graphql.dgs.codegen", module: "graphql-dgs-codegen-core"
}

generateJava {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

plugins {
id 'java'
id 'codegen-gradle-plugin'
id 'dgs.codegen'
}

configurations {
// injected by Gradle Runner through test configuration, see CodegenGradlePluginTest
CodeGenConfiguration.exclude group: "netflix", module: "graphql-dgs-codegen-core"
CodeGenConfiguration.exclude group: "com.netflix.graphql.dgs.codegen", module: "graphql-dgs-codegen-core"
}

generateJava {
Expand Down

0 comments on commit b97977a

Please sign in to comment.