Skip to content

Commit

Permalink
Merge pull request #12 from achudzik/master
Browse files Browse the repository at this point in the history
[#4] sortSummary task renamed to testsProfileSummaryReport
  • Loading branch information
marcingrzejszczak committed Jan 22, 2015
2 parents fe5923f + f137f5c commit 1272426
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 1272426

Please sign in to comment.