Skip to content

Commit 73c4ab1

Browse files
Fix the plugin bundle description.
1 parent b6ecbd9 commit 73c4ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-dgs-codegen-gradle/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ sourceSets {
5656
description = 'Netflix GraphQL DGS Code Generation Plugin'
5757

5858
pluginBundle {
59-
vcsUrl = 'https://github.com/nebula-plugins/gradle-lint-plugin.git'
59+
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
6060
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61-
website = 'https://github.com/Netflix/dgs-codegen.git'
61+
website = 'https://github.com/Netflix/dgs-codegen'
6262
}
6363

6464
group = 'netflix'

0 commit comments

Comments
 (0)