Skip to content

Commit

Permalink
Set up publishing with 2 names, one for gradle portal and the other f…
Browse files Browse the repository at this point in the history
…or internal use.
  • Loading branch information
srinivasankavitha committed Dec 14, 2020
1 parent 73c4ab1 commit 9a04646
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions graphql-dgs-codegen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ 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'
Expand All @@ -69,6 +78,10 @@ gradlePlugin {
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 9a04646

Please sign in to comment.