Skip to content

Commit efc993b

Browse files
committed
More testing
1 parent 2a680d3 commit efc993b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ dependencies {
2626
compileOnly 'net.kyori:adventure-text-serializer-plain:4.7.0'
2727
}
2828

29-
/*publishing {
29+
publishing {
3030
publications {
3131
maven(MavenPublication) {
3232
groupId = project.group
33-
artifactId = 'library'
33+
artifactId = project.name
3434
version = project.version
3535

3636
from components.java
3737
}
3838
}
39-
}*/
39+
}

0 commit comments

Comments
 (0)