Skip to content

Commit f1f2507

Browse files
authored
Add developers section to pom.xml
1 parent d1e01a8 commit f1f2507

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tus-android-client/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ task createPom {
5858
connection 'https://github.com/tus/tus-android-client'
5959
developerConnection 'https://github.com/tus/tus-android-client'
6060
}
61+
62+
developers {
63+
developer {
64+
id 'acconut'
65+
name 'Marius Kleidl'
66+
67+
}
68+
}
6169

6270
inceptionYear '2015'
6371
licenses {

0 commit comments

Comments
 (0)