Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from planetf1/issue36
Browse files Browse the repository at this point in the history
#2 Ensure project name specified in pom to match gradle project name
  • Loading branch information
planetf1 authored Feb 10, 2023
2 parents bced27d + 6ada257 commit 7db6a61
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 @@ -164,7 +164,7 @@ subprojects {
}
// Override the project name & description for the pom based on properties set in the child build.gradle (hard to default & required for maven central)
pom.withXml {
//asNode().appendNode('name', "${project.name}")
asNode().appendNode('name', "${project.name}")
asNode().appendNode('description', "${project.description}")
}
}
Expand Down

0 comments on commit 7db6a61

Please sign in to comment.