Skip to content

Commit 2071aad

Browse files
authored
Merge pull request #75 from Parsely/add_developers_metadata
2 parents faf8302 + d297610 commit 2071aad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

publication.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ publishing {
4949
developerConnection = 'scm:git:ssh://github.com/Parsely/parsely-android.git'
5050
url = 'https://github.com/Parsely/parsely-android/tree/main'
5151
}
52+
53+
developers {
54+
developer {
55+
id = 'wzieba'
56+
name = 'Wojtek Zieba'
57+
email = 'wojtek.zieba@automattic.com'
58+
}
59+
}
5260

5361
organization {
5462
name = 'Parse.ly'

0 commit comments

Comments
 (0)