From 8e5bda86be94f04702169d74ce8ab8045d776c40 Mon Sep 17 00:00:00 2001 From: almedina-ms <35784165+almedina-ms@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:59:43 -0700 Subject: [PATCH] Fix pom generation for 1.2 (#4720) * Add developers info (#4718) * Fix pom generation (#4717) --- source/android/adaptivecards/build.gradle | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/android/adaptivecards/build.gradle b/source/android/adaptivecards/build.gradle index 9d75d6ab19..34107c55ff 100644 --- a/source/android/adaptivecards/build.gradle +++ b/source/android/adaptivecards/build.gradle @@ -44,7 +44,7 @@ task sourceJar(type: Jar) { def projectInfo = { name = 'Android Adaptive Cards Library' - description 'Android Adaptive Cards Lib' + description = 'Android Adaptive Cards Lib' url = 'https://github.com/Microsoft/AdaptiveCards' scm { @@ -59,6 +59,13 @@ def projectInfo = { } } + developers { + developer { + id = "microsoft" + name = "adaptivecards" + } + } + organization { name = 'Microsoft' url = 'https://microsoft.com/'