Skip to content

Commit f25fd49

Browse files
committed
Switch to new group/artifact naming scheme
1 parent 147e981 commit f25fd49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val lastVersion = if (lastTag.isEmpty()) "dev" else lastTag.substring(1) // remo
3030
val commits = "git rev-list --count $lastTag..HEAD".runCommand()
3131
println("Git hash: $gitHash" + if (clean) "" else " (dirty)")
3232

33-
group = "de.bluecolored.bluenbt"
33+
group = "de.bluecolored"
3434
version = lastVersion +
3535
(if (commits == "0") "" else "-$commits") +
3636
(if (clean) "" else "-dirty")

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
rootProject.name = "BlueNBT"
2-
1+
rootProject.name = "bluenbt"

0 commit comments

Comments
 (0)