We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1ddc8 commit 6bce79bCopy full SHA for 6bce79b
1 file changed
build.gradle
@@ -46,19 +46,8 @@ publishing {
46
publications {
47
maven(MavenPublication) {
48
version '0.1'
49
-
50
- pom {
51
- url 'https://github.com/MuShare/PlutoJavaServerSDK'
52
- licenses {
53
- license {
54
- name = 'MIT'
55
- }
56
57
58
+ group 'org.mushare'
59
from components.java
60
- artifact sourcesJar
61
- artifact javadocJar
62
}
63
64
0 commit comments