Skip to content

Commit

Permalink
Merge pull request #13 from GoodforGod/dev
Browse files Browse the repository at this point in the history
[1.0.0-SNAPSHOT]
  • Loading branch information
GoodforGod authored Aug 1, 2023
2 parents 213116b + 5c5e8aa commit 49a59cf
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 @@ -127,7 +127,7 @@ subprojects {
publications {
mavenJava(MavenPublication) {
from components.java
artifactId = "$artifactRootId-${project.name}"
artifactId = "${project.name}"

var artifactName = artifactId
pom {
Expand Down

0 comments on commit 49a59cf

Please sign in to comment.