Group contributors with developers in POM configuration
This commit is contained in:
parent
a8641c4270
commit
6284959f01
@ -109,6 +109,13 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
contributors {
|
||||
contributor {
|
||||
name.set("Kevin Herron")
|
||||
url.set("https://github.com/kevinherron")
|
||||
}
|
||||
}
|
||||
|
||||
scm {
|
||||
connection.set("scm:git:https://github.com/michaelbull/kotlin-result")
|
||||
developerConnection.set("scm:git:git@github.com:michaelbull/kotlin-result.git")
|
||||
@ -124,13 +131,6 @@ publishing {
|
||||
system.set("GitHub")
|
||||
url.set("https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci")
|
||||
}
|
||||
|
||||
contributors {
|
||||
contributor {
|
||||
name.set("Kevin Herron")
|
||||
url.set("https://github.com/kevinherron")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user