Skip to content

Commit 66ac913

Browse files
Undo changes to publish with 2 ids, and also update group id.
1 parent 9a04646 commit 66ac913

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ allprojects {
2626
mavenCentral()
2727
jcenter()
2828
}
29-
group = 'netflix'
29+
group = 'com.netflix.graphql.dgs.codegen'
3030
}
3131
description = 'Netflix GraphQL DGS Code Generation'

graphql-dgs-codegen-gradle/build.gradle

+1-14
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,16 @@ 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-
}
7162
}
7263

73-
group = 'netflix'
64+
group = 'com.netflix.graphql.dgs.codegen'
7465
gradlePlugin {
7566
// Define the plugin
7667
plugins {
7768
codegen {
7869
id = 'codegen-gradle-plugin'
7970
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
8071
}
81-
codegen_public {
82-
id = 'netflix.codegen-gradle-plugin'
83-
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
84-
}
8572
}
8673
}
8774

0 commit comments

Comments
 (0)