Skip to content

Commit 375a63c

Browse files
authored
Merge pull request #129 from TheNextLvl-net/mvn-pckg
Moved maven publication to `net.thenextlvl:service-io`
2 parents d2df200 + 3447fd0 commit 375a63c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies {
3838

3939
publishing {
4040
publications.create<MavenPublication>("maven") {
41+
artifactId = "service-io"
42+
groupId = "net.thenextlvl"
4143
pom.url.set("https://thenextlvl.net/docs/serviceio")
4244
pom.scm {
4345
val repository = "TheNextLvl-net/service-io"

0 commit comments

Comments
 (0)