We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fdb1a commit 61290dbCopy full SHA for 61290db
gradle-plugin/build.gradle.kts
@@ -16,18 +16,16 @@ dependencies {
16
gradlePlugin {
17
plugins {
18
create("graphql-kotlin-toolkit-codegen") {
19
- id = "org.auritylab.graphql.kotlin.codegen"
20
- implementationClass = "com.auritylab.graphql.kotlin.gradle.CodegenGradlePlugin"
+ id = "org.auritylab.graphql-kotlin-toolkit.codegen"
+ implementationClass = "com.auritylab.graphql.kotlin.toolkit.gradle.CodegenGradlePlugin"
21
}
22
23
24
25
publishing {
26
publications {
27
create<MavenPublication>("maven") {
28
- groupId = "com.auritylab.graphql.kotlin.codegen"
29
artifactId = "gradle-plugin"
30
- version = "1.0.0"
31
32
from(components["java"])
33
0 commit comments