Skip to content

Commit

Permalink
Merge pull request #605 from devzeze/devzeze-fix556
Browse files Browse the repository at this point in the history
fix #556 add licenses to POM
  • Loading branch information
rkistner authored Feb 12, 2021
2 parents 73093b9 + 6c8ea7e commit 1acc3a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions zxing-android-embedded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ project.afterEvaluate {
artifactId project.artifactId

artifact sourceJar

pom {
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'https://github.com/journeyapps/zxing-android-embedded/blob/master/COPYING'
}
}
}


pom.withXml {
// HACK to add dependencies to POM.
Expand Down

0 comments on commit 1acc3a6

Please sign in to comment.