Skip to content

Commit ccf1739

Browse files
committed
Update settings.gradle
1 parent 14644f9 commit ccf1739

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ publishing {
4747
maven(MavenPublication) {
4848
version '0.1.1'
4949
group 'org.mushare'
50-
artifacts 'pluto-java-server-sdk'
5150
from components.java
5251
}
5352
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
* in the user manual at https://docs.gradle.org/6.2.2/userguide/multi_project_builds.html
88
*/
99

10-
rootProject.name = 'PlutoJavaServerSDK'
10+
rootProject.name = 'pluto-java-server-sdk'

0 commit comments

Comments
 (0)