Skip to content

Commit

Permalink
I should have done this a long time ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Aug 2, 2020
1 parent 95c2974 commit 711a5a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@ with(publishing) {
name.set("Cedric Beust")
email.set("cedric@beust.com")
}
developer {
id.set("jherr")
name.set("Julien Herr")
email.set("julien@herr.fr")
}
developer {
id.set("krmahadevan")
name.set("Krishnan Mahadevan")
email.set("krishnan.mahadevan1978@gmail.com")
}
}
scm {
connection.set("scm:git:git://${This.scm}.git")
Expand Down

0 comments on commit 711a5a6

Please sign in to comment.