Skip to content

Commit 1acc3a6

Browse files
authored
Merge pull request #605 from devzeze/devzeze-fix556
fix #556 add licenses to POM
2 parents 73093b9 + 6c8ea7e commit 1acc3a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

zxing-android-embedded/build.gradle

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ project.afterEvaluate {
7272
artifactId project.artifactId
7373

7474
artifact sourceJar
75+
76+
pom {
77+
licenses {
78+
license {
79+
name = 'The Apache License, Version 2.0'
80+
url = 'https://github.com/journeyapps/zxing-android-embedded/blob/master/COPYING'
81+
}
82+
}
83+
}
84+
7585

7686
pom.withXml {
7787
// HACK to add dependencies to POM.

0 commit comments

Comments
 (0)