Send lint results to stdout

pull/467/head
Alex Baker 9 years ago
parent 00c8829cec
commit e5cb7ec0e4

@ -24,6 +24,8 @@ repositories {
android { android {
lintOptions { lintOptions {
lintConfig file("lint.xml") lintConfig file("lint.xml")
textReport true
textOutput 'stdout'
} }
compileSdkVersion 24 compileSdkVersion 24

Loading…
Cancel
Save