From e5cb7ec0e4d4df2c89f7401135751d4b35b6df48 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 25 Aug 2016 08:12:45 -0500 Subject: [PATCH] Send lint results to stdout --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index df5bf674a..d3d302f0f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,8 @@ repositories { android { lintOptions { lintConfig file("lint.xml") + textReport true + textOutput 'stdout' } compileSdkVersion 24