Skip to content

Commit

Permalink
use io.hndrs.slack namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinSchramm committed Feb 27, 2021
1 parent c018342 commit 89c5a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ allprojects {
from("${rootProject.rootDir}/publish-meta.gradle.kts")
}

group = "io.hndrs"
group = "io.hndrs.slack"
version = rootProject.file("version.txt").readText().trim()
.plus(if (isRelease?.toBoolean() == true) "" else "-SNAPSHOT")

Expand Down

0 comments on commit 89c5a6d

Please sign in to comment.