Group contributors with developers in POM configuration

This commit is contained in:
Michael Bull 2020-02-12 14:55:22 +00:00
parent a8641c4270
commit 6284959f01
1 changed files with 7 additions and 7 deletions

View File

@ -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")
}
}
}
}
}