Skip to content

Commit 6bce79b

Browse files
committed
Fix the build error
1 parent be1ddc8 commit 6bce79b

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,8 @@ publishing {
4646
publications {
4747
maven(MavenPublication) {
4848
version '0.1'
49-
50-
pom {
51-
url 'https://github.com/MuShare/PlutoJavaServerSDK'
52-
licenses {
53-
license {
54-
name = 'MIT'
55-
}
56-
}
57-
}
58-
49+
group 'org.mushare'
5950
from components.java
60-
artifact sourcesJar
61-
artifact javadocJar
6251
}
6352
}
6453
}

0 commit comments

Comments
 (0)