Skip to content

Commit

Permalink
update QuackBaseGroupId
Browse files Browse the repository at this point in the history
  • Loading branch information
riflockle7 committed Sep 14, 2023
1 parent f181055 commit eaa3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/QuackMavenPublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.publish.maven.MavenPom
import org.gradle.kotlin.dsl.configure

private const val RepositoryName = "duckie-team/quack-quack-android"
private const val QuackBaseGroupId = "team.duckie.quackquack"
private const val QuackBaseGroupId = "io.github.duckie-team"

class QuackMavenPublishingPlugin : Plugin<Project> {
override fun apply(project: Project) {
Expand Down

0 comments on commit eaa3b84

Please sign in to comment.