Skip to content

Commit

Permalink
Fixed task description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Mar 3, 2015
1 parent 92ea814 commit 0152ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TestProfilerPlugin implements Plugin<Project> {
private void createSummaryReportTask(Project project, TestProfilerPluginExtension extension) {
Task task = project.tasks.create(SUMMARY_REPORT_TASK_NAME, ReportMerger)
task.group = 'Verification'
task.description = "Combines the reports into a single a file"
task.description = "Creates a report of tests execution time"
task.dependsOn(JavaPlugin.TEST_TASK_NAME)
task.conventionMapping.with {
testProfilerPluginExtension = { extension }
Expand Down

0 comments on commit 0152ba9

Please sign in to comment.