From 5bc530a3adc34aae9294e3eedadc44e1fde38e80 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Mon, 20 Apr 2015 21:34:01 -0700 Subject: [PATCH] [SetupWizardLib] Update for buildSrc 1.1 Update the plugin reference to prepare for buildSrc 1.1 update. Change-Id: I9014efa8bf1105826d70b6352fc4411871ad81e1 --- tools/gradle/android.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gradle/android.properties b/tools/gradle/android.properties index a6839ea..b0ee5f3 100644 --- a/tools/gradle/android.properties +++ b/tools/gradle/android.properties @@ -8,7 +8,7 @@ compileOptions.targetCompatibility JavaVersion.VERSION_1_7 // Redirect lint output so that failures appear in build server error logs // https://code.google.com/p/android/issues/detail?id=73282 -plugin.project.tasks.whenTaskAdded { task -> +project.tasks.whenTaskAdded { task -> if (task.name =~ /^lintVital/) { task.logging.captureStandardOutput(LogLevel.ERROR) }