From 0d6497bab417a5f78b3c8e03ea157ada0fbfbc5d Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Mon, 22 Feb 2021 11:39:32 -0800 Subject: [PATCH] Add developers stanza to Volley POM. (#400) Based on the ZetaSketch project: https://github.com/google/zetasketch/blob/93f3b8974acc1ef4cb470b91645f921436a830e7/build.gradle#L148 which is published to Maven Central. See #394 --- publish.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/publish.gradle b/publish.gradle index 67f46507..f0f3cd30 100644 --- a/publish.gradle +++ b/publish.gradle @@ -42,6 +42,12 @@ publishing { developerConnection = 'scm:git:ssh://git@github.com/google/volley.git' url = 'https://github.com/google/volley' } + developers { + developer { + name = 'The Volley Team' + email = 'noreply+volley@google.com' + } + } } // Release AAR, Sources, and JavaDoc