Skip to content

Commit

Permalink
Include license in generated POM file. (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 authored Jul 22, 2020
1 parent cae1570 commit 94e3a4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ publishing {
version project.version
pom {
packaging 'aar'
licenses {
license {
name = "The Apache License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
}
}

// Release AAR, Sources, and JavaDoc
Expand Down

0 comments on commit 94e3a4d

Please sign in to comment.