Skip to content

Commit

Permalink
Merge #20
Browse files Browse the repository at this point in the history
Add license information (MPL-2.0) to the artifact POM, closes #18.

This PR is a second iteration of #19.
  • Loading branch information
WrichikBasu authored Aug 31, 2023
2 parents 7b04ef3 + 760efcc commit 52e774d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ publishing {
afterEvaluate {
from components.release
}
pom {
licenses {
license {
name = 'MPL-2.0'
url = 'https://mozilla.org/MPL/2.0/'
}
}
}
}
}
}

0 comments on commit 52e774d

Please sign in to comment.