Skip to content

Commit 981f7d4

Browse files
committed
update: use org namespace for groupId
1 parent 2cead5d commit 981f7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ val gitVersion: String by lazy {
100100
publishing {
101101
publications {
102102
register<MavenPublication>("release") {
103-
groupId = "com.github.dev-diaries41.smartscan-sdk"
103+
groupId = "com.github.smartscanapp.smartscan-sdk"
104104
artifactId = "smartscan-${project.name}"
105105
version = gitVersion
106106

0 commit comments

Comments
 (0)