Skip to content

Commit eaa3b84

Browse files
committed
update QuackBaseGroupId
1 parent f181055 commit eaa3b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/QuackMavenPublishingPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import org.gradle.api.publish.maven.MavenPom
1818
import org.gradle.kotlin.dsl.configure
1919

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

2323
class QuackMavenPublishingPlugin : Plugin<Project> {
2424
override fun apply(project: Project) {

0 commit comments

Comments
 (0)