We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ecbd9 commit 73c4ab1Copy full SHA for 73c4ab1
graphql-dgs-codegen-gradle/build.gradle
@@ -56,9 +56,9 @@ sourceSets {
56
description = 'Netflix GraphQL DGS Code Generation Plugin'
57
58
pluginBundle {
59
- vcsUrl = 'https://github.com/nebula-plugins/gradle-lint-plugin.git'
+ vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
60
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61
- website = 'https://github.com/Netflix/dgs-codegen.git'
+ website = 'https://github.com/Netflix/dgs-codegen'
62
}
63
64
group = 'netflix'
0 commit comments