Skip to content

Commit

Permalink
publishing: add url, license and developers
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj8 committed Feb 2, 2021
1 parent cdf9e2f commit 202260f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
}
}
scm {
connection = "scm:git:[email protected]:medly/ktee.git"
developerConnection = "scm:git:ssh://github.com/medly/ktee.git"
Expand Down

0 comments on commit 202260f

Please sign in to comment.