Skip to content

Commit 6c0bf00

Browse files
committed
fix artifact not found
1 parent 69a31c9 commit 6c0bf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/mvn-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publishing {
1414
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
1515
}
1616
else {
17-
artifact("$buildDir/libs/${project.getName()}.jar")
17+
artifact("$buildDir/libs/${project.getName()}-${VERSION_NAME}.jar")
1818
}
1919
artifact sourcesJar
2020
artifact javadocJar

0 commit comments

Comments
 (0)