Skip to content

Commit 66c2341

Browse files
author
Bhavik Kumar
authored
Fix artifact id for clients (#53)
1 parent 6d906df commit 66c2341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jar {
99
publishing {
1010
publications {
1111
mavenJava(MavenPublication) {
12-
groupId = "com.bnc.${rootProject.name}"
12+
artifactId = "${rootProject.name}-${project.name}"
1313
from components.java
1414
}
1515
}

0 commit comments

Comments
 (0)