Skip to content

Commit

Permalink
Adding a new contributor to the library
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorne committed Aug 5, 2015
1 parent bc6f76b commit 545e576
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,13 @@ publishing {
csprecher.appendNode('name','Christian Sprecher')
csprecher.appendNode('email','[email protected]')
csprecher.appendNode('url','https://github.com/kindofwhat')
def jvidar = contributorsNode.appendNode('contributor')
jvidar.appendNode('name','Jan Vidar Krey')
jvidar.appendNode('email','[email protected]')
def scm = node.appendNode('scm')
scm.appendNode('connection','scm:git:[email protected]:Ullink/simple-slack-api.git')
scm.appendNode('developerConnection','scm:git:[email protected]:Ullink/simple-slack-api.git')
scm.appendNode('url','git@github.com:Ullink/simple-slack-api.git')
scm.appendNode('url','https://github.com/Ullink/simple-slack-api')
}
}
}
Expand Down

0 comments on commit 545e576

Please sign in to comment.