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