Skip to content

Commit

Permalink
temporary change gradle plugin group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Jun 26, 2024
1 parent 5fdb42c commit 9ae4d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kuery-client-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ buildConfig {
buildConfigField("VERSION", project.version.toString())
}

group = "io.github.be-hase.kuery-client" // TODO: changes

@Suppress("UnstableApiUsage")
gradlePlugin {
val kueryClient by plugins.creating {
Expand Down

0 comments on commit 9ae4d2e

Please sign in to comment.