Skip to content

Commit 0b24d49

Browse files
Update README to reflect the new plugin id and group.
1 parent 29f29ba commit 0b24d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Update your project's build.gradle to apply the plugin:
1212
````
1313
buildscript {
1414
dependencies{
15-
classpath 'com.netflix.graphql.dgs:codegen-gradle-plugin:latest.release'
15+
classpath 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-gradle:latest.release
1616
}
1717
}
1818
19-
apply plugin: 'codegen-gradle-plugin'
19+
apply plugin: 'com.netflix.dgs.codegen'
2020
````
2121

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

0 commit comments

Comments
 (0)