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 4ecb9fb commit 3138ef8
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 + '-' + libVersionName
artifactId = "${rootProject.name}-${project.name}"
version = libVersionName
from components.java
pom {
Expand Down

0 comments on commit 3138ef8

Please sign in to comment.