Populate more fields in bintray pkg
This commit is contained in:
parent
745a7ee89b
commit
d1c5bd35e0
@ -90,7 +90,11 @@ bintray {
|
|||||||
pkg {
|
pkg {
|
||||||
repo = "maven"
|
repo = "maven"
|
||||||
name = "kotlin-result"
|
name = "kotlin-result"
|
||||||
|
desc = "A Result monad for modelling success or failure operations."
|
||||||
|
websiteUrl = "https://github.com/michaelbull/kotlin-result"
|
||||||
|
issueTrackerUrl = "https://github.com/michaelbull/kotlin-result/issues"
|
||||||
vcsUrl = "git@github.com:michaelbull/kotlin-result.git"
|
vcsUrl = "git@github.com:michaelbull/kotlin-result.git"
|
||||||
|
githubRepo = "michaelbull/kotlin-result"
|
||||||
setLicenses("ISC")
|
setLicenses("ISC")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user