Set lintConfig file direction
This commit is contained in:
parent
78024ea1a6
commit
ec358728eb
|
|
@ -8,5 +8,6 @@ android {
|
|||
textReport false
|
||||
xmlReport true
|
||||
xmlOutput file("${rootProject.buildDir}/reports/lint-report.xml")
|
||||
lintConfig file("${rootProject.ext["buildScriptsDir"]}/static_analysis_configs/lint.xml")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue