Skip to content

Commit 5640275

Browse files
committed
chore(gradle-plugin): adjust gradle plugin id
1 parent 2538c20 commit 5640275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
gradlePlugin {
1818
plugins {
1919
create("graphql-kotlin-toolkit-codegen") {
20-
id = "org.auritylab.graphql-kotlin-toolkit.codegen"
20+
id = "com.auritylab.graphql-kotlin-toolkit.codegen"
2121
displayName = "GraphQL Kotlin Toolkit: Codegen"
2222
description = "GraphQL code generator for Kotlin"
2323
implementationClass = "com.auritylab.graphql.kotlin.toolkit.gradle.CodegenGradlePlugin"

0 commit comments

Comments
 (0)