Populate more fields in bintray pkg

This commit is contained in:
Michael Bull 2019-05-30 13:38:12 +01:00
parent 745a7ee89b
commit d1c5bd35e0
1 changed files with 4 additions and 0 deletions

View File

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