Skip to content

Commit

Permalink
Update gradle scripts for publish to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianscar committed Jul 3, 2022
1 parent b2f673b commit 4ecb9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subprojects {
publications {
mavenJava(MavenPublication) {
groupId = libGroupName
artifactId = "${rootProject.name}-${project.name}"
artifactId = rootProject.name + '-' + project.name + '-' + libVersionName
version = libVersionName
from components.java
pom {
Expand Down

0 comments on commit 4ecb9fb

Please sign in to comment.