We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9e2f commit 202260fCopy full SHA for 202260f
build.gradle
@@ -51,6 +51,20 @@ publishing {
51
pom {
52
name = "ktee"
53
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
+ email = "kd@medly.com"
66
67
68
scm {
69
connection = "scm:git:git@github.com:medly/ktee.git"
70
developerConnection = "scm:git:ssh://github.com/medly/ktee.git"
0 commit comments