Skip to content

Commit

Permalink
fix #556
Browse files Browse the repository at this point in the history
  • Loading branch information
devzeze authored Feb 3, 2021
1 parent 13440ad commit 6c8ea7e
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 6c8ea7e

Please sign in to comment.