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:
Benoit Marty 2025-01-08 09:29:02 +01:00 committed by GitHub
commit fc42dcac48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -306,6 +306,8 @@ licensee {
allowUrl("https://asm.ow2.io/license.html")
allowUrl("https://www.gnu.org/licenses/agpl-3.0.txt")
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) {