Skip to content

Commit

Permalink
Fix pom publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Jan 31, 2019
1 parent f8b5fef commit 9ee19e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/src/build/publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ if (isSnapshot || isRelease) {
register<MavenPublication>("maven") {

pom {
name.set(project.description)
name.set(project.name)
description.set(project.description)

url.set(projectUrl)

Expand Down

0 comments on commit 9ee19e4

Please sign in to comment.