Fix missing url in maven POM

This commit is contained in:
Michael Bull 2024-03-03 01:21:00 +00:00
parent 67990a3b0b
commit 546abbfb96
1 changed files with 1 additions and 0 deletions

View File

@ -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 {