mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Sonar: skip project diff-match-patch
This commit is contained in:
parent
59fa2e28c2
commit
b69616117f
1 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,12 @@ project(":vector") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
project(":diff-match-patch") {
|
||||||
|
sonarqube {
|
||||||
|
skipProject = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//project(":matrix-sdk-android") {
|
//project(":matrix-sdk-android") {
|
||||||
// sonarqube {
|
// sonarqube {
|
||||||
// properties {
|
// properties {
|
||||||
|
|
Loading…
Reference in a new issue