From f137f5c4f4873a0d2362d276bb7b8673cad5b6c3 Mon Sep 17 00:00:00 2001 From: Adam Chudzik Date: Thu, 22 Jan 2015 00:14:33 +0100 Subject: [PATCH] [#4] sortSummary task renamed to testsProfileSummaryReport --- README.md | 2 +- test_profiling.gradle | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed6810c..13a9aa5 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ if (project.hasProperty('testsProfiling')) { Execute ``` -./gradlew clean build sortSummary -PtestsProfiling +./gradlew clean build testsProfileSummaryReport -PtestsProfiling ``` diff --git a/test_profiling.gradle b/test_profiling.gradle index fc1a072..5a6c5f0 100644 --- a/test_profiling.gradle +++ b/test_profiling.gradle @@ -97,8 +97,7 @@ allprojects { } } -task sortSummary << { - File mergedTestProfilingSummaryDir = new File(project.ext.testprofiling_mergedTestProfilingSummaryDir) +task testsProfileSummaryReport << { File mergedTestProfilingSummary = new File(project.ext.testprofiling_mergedTestProfilingSummary) String fileContent = mergedTestProfilingSummary.text mergedTestProfilingSummary.text = project.ext.testprofiling_headers