From d29761056a7cc1c4cc598715e5911cc18e4c5238 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Fri, 6 Oct 2023 17:10:48 +0200 Subject: [PATCH] build: add developer metadata to Maven publication Required by Maven Central. --- publication.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/publication.gradle b/publication.gradle index 2668926a..33965ed3 100644 --- a/publication.gradle +++ b/publication.gradle @@ -49,6 +49,14 @@ publishing { developerConnection = 'scm:git:ssh://github.com/Parsely/parsely-android.git' url = 'https://github.com/Parsely/parsely-android/tree/main' } + + developers { + developer { + id = 'wzieba' + name = 'Wojtek Zieba' + email = 'wojtek.zieba@automattic.com' + } + } organization { name = 'Parse.ly'