Fix missing url in maven POM
This commit is contained in:
parent
67990a3b0b
commit
546abbfb96
@ -39,6 +39,7 @@ publishing {
|
||||
pom {
|
||||
name.set(project.name)
|
||||
description.set(project.description)
|
||||
url.set("https://github.com/michaelbull/kotlin-result")
|
||||
inceptionYear.set("2017")
|
||||
|
||||
licenses {
|
||||
|
Loading…
Reference in New Issue
Block a user