Skip to content

Commit

Permalink
Fix pom generation for 20.08 (#4719)
Browse files Browse the repository at this point in the history
* Fix pom generation (#4717)

* Add developers info (#4718)
  • Loading branch information
almedina-ms authored Sep 1, 2020
1 parent 2734684 commit 1286005
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 1286005

Please sign in to comment.