Skip to content

Commit 9c3ac08

Browse files
Fix build error.
1 parent e462064 commit 9c3ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-dgs-codegen-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pluginBundle {
5959
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
6060
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
6161
website = 'https://github.com/Netflix/dgs-codegen'
62-
displayName = 'DGS Code Generation Plugin'
6362
}
6463

6564
group = 'com.netflix.graphql.dgs.codegen'
@@ -69,6 +68,7 @@ gradlePlugin {
6968
codegen {
7069
id = 'dgs.codegen'
7170
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
71+
displayName = 'DGS Code Generation Plugin'
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)