Skip to content

Commit

Permalink
Fix pom generation for 1.2 (#4720)
Browse files Browse the repository at this point in the history
* Add developers info (#4718)

* Fix pom generation (#4717)
  • Loading branch information
almedina-ms authored Sep 1, 2020
1 parent e9d6de5 commit 8e5bda8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/android/adaptivecards/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -59,6 +59,13 @@ def projectInfo = {
}
}

developers {
developer {
id = "microsoft"
name = "adaptivecards"
}
}

organization {
name = 'Microsoft'
url = 'https://microsoft.com/'
Expand Down

0 comments on commit 8e5bda8

Please sign in to comment.