Skip to content

Commit

Permalink
[#4] sortSummary task renamed to testsProfileSummaryReport
Browse files Browse the repository at this point in the history
  • Loading branch information
achudzik committed Jan 21, 2015
1 parent fe5923f commit f137f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if (project.hasProperty('testsProfiling')) {
Execute

```
./gradlew clean build sortSummary -PtestsProfiling
./gradlew clean build testsProfileSummaryReport -PtestsProfiling
```
3 changes: 1 addition & 2 deletions test_profiling.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f137f5c

Please sign in to comment.