Skip to content

Commit

Permalink
Undo changes to publish with 2 ids, and also update group id.
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Dec 14, 2020
1 parent 9a04646 commit 66ac913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ allprojects {
mavenCentral()
jcenter()
}
group = 'netflix'
group = 'com.netflix.graphql.dgs.codegen'
}
description = 'Netflix GraphQL DGS Code Generation'
15 changes: 1 addition & 14 deletions graphql-dgs-codegen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,16 @@ pluginBundle {
vcsUrl = 'https://github.com/Netflix/dgs-codegen.git'
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
website = 'https://github.com/Netflix/dgs-codegen'

plugins {
codegen_public {
id = 'netflix.codegen-gradle-plugin'
displayName = 'DGS Code Generation Plugin '
description = 'Gradle plugin for generating Java and Kotlin types from GraphlQL Schema'
tags = ['Codegen']
}
}
}

group = 'netflix'
group = 'com.netflix.graphql.dgs.codegen'
gradlePlugin {
// Define the plugin
plugins {
codegen {
id = 'codegen-gradle-plugin'
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
}
codegen_public {
id = 'netflix.codegen-gradle-plugin'
implementationClass = 'com.netflix.graphql.dgs.codegen.gradle.CodegenPlugin'
}
}
}

Expand Down

0 comments on commit 66ac913

Please sign in to comment.