Skip to content

Commit 3447fd0

Browse files
committed
Moved maven publication to net.thenextlvl:service-io
1 parent d2df200 commit 3447fd0

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)