Merge pull request #4122 from element-hq/feature/bma/ignoreOurDependencies
Ignore dependency that are not third-party licenses to us.
This commit is contained in:
commit
3a493bbcea
1 changed files with 2 additions and 0 deletions
|
|
@ -306,6 +306,8 @@ licensee {
|
||||||
allowUrl("https://asm.ow2.io/license.html")
|
allowUrl("https://asm.ow2.io/license.html")
|
||||||
allowUrl("https://www.gnu.org/licenses/agpl-3.0.txt")
|
allowUrl("https://www.gnu.org/licenses/agpl-3.0.txt")
|
||||||
ignoreDependencies("com.github.matrix-org", "matrix-analytics-events")
|
ignoreDependencies("com.github.matrix-org", "matrix-analytics-events")
|
||||||
|
// Ignore dependency that are not third-party licenses to us.
|
||||||
|
ignoreDependencies(groupId = "io.element.android")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Project.configureLicensesTasks(reportingExtension: ReportingExtension) {
|
fun Project.configureLicensesTasks(reportingExtension: ReportingExtension) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue