Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unused var
  • Loading branch information
ldaley committed Feb 2, 2012
1 parent 0008920 commit 9ffad64
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -59,8 +59,6 @@ class CodeNarc extends SourceTask implements VerificationTask, Reporting<CodeNar
}
}

File reportFile

@OutputFile @Optional
File getReportFile() {
reports.firstEnabled?.destination
Expand All @@ -70,7 +68,6 @@ class CodeNarc extends SourceTask implements VerificationTask, Reporting<CodeNar
reports.firstEnabled?.destination = reportFile
}


private final CodeNarcReportsImpl reports = ReportContainerBuilder.forTask(CodeNarcReportsImpl, TaskGeneratedReport, this).build() {
singleFile "xml"
singleFile "html"
Expand Down

0 comments on commit 9ffad64

Please sign in to comment.