Sonar: skip project `diff-match-patch`
This commit is contained in:
parent
59fa2e28c2
commit
b69616117f
|
@ -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 New Issue