Skip to content

Commit c255dfd

Browse files
committed
fix location artefact id
1 parent d9bdfc6 commit c255dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/location/android/location/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
publishing {
119119
publications {
120120
create<MavenPublication>("release") {
121-
groupId = "com.breautek.fuse.plugins"
121+
groupId = "com.breautek.fuse"
122122
artifactId = "location"
123123
version = file("../VERSION").readText().trim()
124124

0 commit comments

Comments
 (0)