From d1c5bd35e0e2bee16370f035311c3f0ceea31c57 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 30 May 2019 13:38:12 +0100 Subject: [PATCH] Populate more fields in bintray pkg --- build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 1608e81..13f5d0b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -90,7 +90,11 @@ bintray { pkg { repo = "maven" 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" + githubRepo = "michaelbull/kotlin-result" setLicenses("ISC") } }