Skip to content

Commit 9a04646

Browse files
Set up publishing with 2 names, one for gradle portal and the other for internal use.
1 parent 73c4ab1 commit 9a04646

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

graphql-dgs-codegen-gradle/build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ 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+
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+
}
6271
}
6372

6473
group = 'netflix'
@@ -69,6 +78,10 @@ gradlePlugin {
6978
id = 'codegen-gradle-plugin'
7079
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
7180
}
81+
codegen_public {
82+
id = 'netflix.codegen-gradle-plugin'
83+
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
84+
}
7285
}
7386
}
7487

0 commit comments

Comments
 (0)