Merge pull request #6201 from vector-im/feature/adm/build-health-false-positives
Build health false positives
This commit is contained in:
commit
b88ddbc854
@ -269,7 +269,13 @@ dependencyAnalysis {
|
||||
}
|
||||
project(":vector") {
|
||||
onUnusedDependencies {
|
||||
exclude("org.maplibre.gl:android-sdk", "org.maplibre.gl:android-plugin-annotation-v9") // False positives
|
||||
// False positives
|
||||
exclude(
|
||||
"com.vanniktech:emoji-google",
|
||||
"com.vanniktech:emoji-material",
|
||||
"org.maplibre.gl:android-plugin-annotation-v9",
|
||||
"org.maplibre.gl:android-sdk",
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user