From 202260f643267a6760abb4157d29bd68b058c48f Mon Sep 17 00:00:00 2001 From: Niraj Palecha Date: Tue, 2 Feb 2021 19:33:27 +0530 Subject: [PATCH] publishing: add url, license and developers --- build.gradle | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build.gradle b/build.gradle index 8db5a2f..7098c8f 100644 --- a/build.gradle +++ b/build.gradle @@ -51,6 +51,20 @@ publishing { pom { name = "ktee" description = "KTee is Tee for Kotlin code pipelines. If you love the unix command line tee, you know what we mean." + url.set("https://github.com/medly/ktee") + licenses { + license { + name = "MIT" + url = "https://opensource.org/licenses/MIT" + } + } + developers { + developer { + id = "kdabir" + name = "Kunal Dabir" + email = "kd@medly.com" + } + } scm { connection = "scm:git:git@github.com:medly/ktee.git" developerConnection = "scm:git:ssh://github.com/medly/ktee.git"