We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14644f9 commit ccf1739Copy full SHA for ccf1739
build.gradle
@@ -47,7 +47,6 @@ publishing {
47
maven(MavenPublication) {
48
version '0.1.1'
49
group 'org.mushare'
50
- artifacts 'pluto-java-server-sdk'
51
from components.java
52
}
53
settings.gradle
@@ -7,4 +7,4 @@
7
* in the user manual at https://docs.gradle.org/6.2.2/userguide/multi_project_builds.html
8
*/
9
10
-rootProject.name = 'PlutoJavaServerSDK'
+rootProject.name = 'pluto-java-server-sdk'
0 commit comments