summaryrefslogtreecommitdiff
path: root/tools/gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-04-20 21:34:01 -0700
committerMaurice Lam <yukl@google.com>2015-04-20 21:36:31 -0700
commit5bc530a3adc34aae9294e3eedadc44e1fde38e80 (patch)
tree77730e042a39c7e5740021bac60e8ddb47460bb7 /tools/gradle
parent30e6ffd2892e90b691a6ba136885ce51e004192c (diff)
downloadsetupwizard-5bc530a3adc34aae9294e3eedadc44e1fde38e80.tar.gz
[SetupWizardLib] Update for buildSrc 1.1
Update the plugin reference to prepare for buildSrc 1.1 update. Change-Id: I9014efa8bf1105826d70b6352fc4411871ad81e1
Diffstat (limited to 'tools/gradle')
-rw-r--r--tools/gradle/android.properties2
1 files changed, 1 insertions, 1 deletions
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)
}