Skip to content

Commit 202260f

Browse files
committed
publishing: add url, license and developers
1 parent cdf9e2f commit 202260f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build.gradle

+14
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ publishing {
5151
pom {
5252
name = "ktee"
5353
description = "KTee is Tee for Kotlin code pipelines. If you love the unix command line tee, you know what we mean."
54+
url.set("https://github.com/medly/ktee")
55+
licenses {
56+
license {
57+
name = "MIT"
58+
url = "https://opensource.org/licenses/MIT"
59+
}
60+
}
61+
developers {
62+
developer {
63+
id = "kdabir"
64+
name = "Kunal Dabir"
65+
66+
}
67+
}
5468
scm {
5569
connection = "scm:git:[email protected]:medly/ktee.git"
5670
developerConnection = "scm:git:ssh://github.com/medly/ktee.git"

0 commit comments

Comments
 (0)