Skip to content

Commit 83345ed

Browse files
committed
Add mslipper to dev list
1 parent e5e2b91 commit 83345ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ publishing {
134134
bernat.appendNode('id', 'gaborbernat')
135135
bernat.appendNode('name', 'Bernát Gábor')
136136
bernat.appendNode('email', '[email protected]')
137+
def slipper = devs.appendNode('developer')
138+
slipper.appendNode('id', 'mslipper')
139+
slipper.appendNode('name', 'Matthew Slipper')
140+
slipper.appendNode('email', '[email protected]')
137141
def apache = root.appendNode('licenses').appendNode('license')
138142
apache.appendNode('name', 'The MIT License')
139143
apache.appendNode('url', 'https://opensource.org/licenses/MIT')

0 commit comments

Comments
 (0)