We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f29ba commit 0b24d49Copy full SHA for 0b24d49
README.md
@@ -12,11 +12,11 @@ Update your project's build.gradle to apply the plugin:
12
````
13
buildscript {
14
dependencies{
15
- classpath 'com.netflix.graphql.dgs:codegen-gradle-plugin:latest.release'
+ classpath 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-gradle:latest.release
16
}
17
18
19
-apply plugin: 'codegen-gradle-plugin'
+apply plugin: 'com.netflix.dgs.codegen'
20
21
22
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