File tree 1 file changed +13
-0
lines changed
graphql-dgs-codegen-gradle
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,15 @@ pluginBundle {
59
59
vcsUrl = ' https://github.com/Netflix/dgs-codegen.git'
60
60
description = ' Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
61
61
website = ' https://github.com/Netflix/dgs-codegen'
62
+
63
+ plugins {
64
+ codegen_public {
65
+ id = ' netflix.codegen-gradle-plugin'
66
+ displayName = ' DGS Code Generation Plugin '
67
+ description = ' Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
68
+ tags = [' Codegen' ]
69
+ }
70
+ }
62
71
}
63
72
64
73
group = ' netflix'
@@ -69,6 +78,10 @@ gradlePlugin {
69
78
id = ' codegen-gradle-plugin'
70
79
implementationClass = ' com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
71
80
}
81
+ codegen_public {
82
+ id = ' netflix.codegen-gradle-plugin'
83
+ implementationClass = ' com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
84
+ }
72
85
}
73
86
}
74
87
You can’t perform that action at this time.
0 commit comments