We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3044f12 commit c929b38Copy full SHA for c929b38
1 file changed
build.gradle
@@ -60,7 +60,10 @@ publishing {
60
publications {
61
maven(MavenPublication) {
62
from components.java
63
+ artifact sourcesJar
64
+ artifact javadocJar
65
pom {
66
+ name = "Hjson Library"
67
description = project.description
68
url = "https://github.com/hjson/hjson-java"
69
licenses {
0 commit comments