Change project group

This commit is contained in:
Lukas Rieger (Blue) 2024-04-03 23:02:41 +02:00
parent f5709ce836
commit 030f29e7f3
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ val lastVersion = lastTag.substring(1) // remove the leading 'v'
val commits = "git rev-list --count $lastTag..HEAD".runCommand()
println("Git hash: $gitHash" + if (clean) "" else " (dirty)")
group = "de.bluecolored.bluemap.api"
group = "de.bluecolored.bluemap"
version = lastVersion +
(if (commits == "0") "" else "-$commits") +
(if (clean) "" else "-dirty")