We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a680d3 commit efc993bCopy full SHA for efc993b
1 file changed
build.gradle
@@ -26,14 +26,14 @@ dependencies {
26
compileOnly 'net.kyori:adventure-text-serializer-plain:4.7.0'
27
}
28
29
-/*publishing {
+publishing {
30
publications {
31
maven(MavenPublication) {
32
groupId = project.group
33
- artifactId = 'library'
+ artifactId = project.name
34
version = project.version
35
36
from components.java
37
38
39
-}*/
+}
0 commit comments