Skip to content

Commit 030f29e

Browse files
committed
Change project group
1 parent f5709ce commit 030f29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val lastVersion = lastTag.substring(1) // remove the leading 'v'
3333
val commits = "git rev-list --count $lastTag..HEAD".runCommand()
3434
println("Git hash: $gitHash" + if (clean) "" else " (dirty)")
3535

36-
group = "de.bluecolored.bluemap.api"
36+
group = "de.bluecolored.bluemap"
3737
version = lastVersion +
3838
(if (commits == "0") "" else "-$commits") +
3939
(if (clean) "" else "-dirty")

0 commit comments

Comments
 (0)