File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ publishing {
231231 pom {
232232 name = ' WeDPR-Lab-Java-SDK'
233233 description = ' WeDPR-Lab-Java-SDK'
234+ url = ' http://www.fisco-bcos.org'
234235
235236 licenses {
236237 license {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ task javadocJar(type: Jar) {
1616 archiveClassifier = ' javadoc'
1717}
1818
19- /* publishing {
19+ publishing {
2020 publications {
2121 mavenJava(MavenPublication ) {
2222
@@ -30,6 +30,7 @@ task javadocJar(type: Jar) {
3030 pom {
3131 name = ' WeDPR-Lab-Java-SDK'
3232 description = ' WeDPR-Lab-Java-SDK'
33+ url = ' http://www.fisco-bcos.org'
3334
3435 licenses {
3536 license {
@@ -67,4 +68,4 @@ task javadocJar(type: Jar) {
6768 signing {
6869 sign publishing. publications. mavenJava
6970 }
70- }*/
71+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ task javadocJar(type: Jar) {
1111 from javadoc
1212 archiveClassifier = ' javadoc'
1313}
14- /* publishing {
14+ publishing {
1515 publications {
1616 mavenJava(MavenPublication ) {
1717
@@ -25,6 +25,7 @@ task javadocJar(type: Jar) {
2525 pom {
2626 name = ' WeDPR-Lab-Java-SDK'
2727 description = ' WeDPR-Lab-Java-SDK'
28+ url = ' http://www.fisco-bcos.org'
2829
2930 licenses {
3031 license {
@@ -62,4 +63,4 @@ task javadocJar(type: Jar) {
6263 signing {
6364 sign publishing. publications. mavenJava
6465 }
65- }*/
66+ }
You can’t perform that action at this time.
0 commit comments