Skip to content

Commit

Permalink
Update README to reflect the new plugin id and group.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Dec 17, 2020
1 parent 29f29ba commit 0b24d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Update your project's build.gradle to apply the plugin:
````
buildscript {
dependencies{
classpath 'com.netflix.graphql.dgs:codegen-gradle-plugin:latest.release'
classpath 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-gradle:latest.release
}
}
apply plugin: 'codegen-gradle-plugin'
apply plugin: 'com.netflix.dgs.codegen'
````

GenerateJava is a gradle task that is run as part of your project's build to generate sources that your project depends on.
Expand Down

0 comments on commit 0b24d49

Please sign in to comment.