Skip to content

Commit

Permalink
Revert reportsDir, broke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levsa committed Mar 25, 2013
1 parent cba785c commit 18dbcf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class JsHintTask extends SourceTask {
private static final ResourceUtil RESOURCE_UTIL = new ResourceUtil()
private final RhinoExec rhino = new RhinoExec(project)

@OutputFile def dest = new File(project.reportsDir, "jshint.log")
@OutputFile def dest = new File(project.buildDir, "jshint.log")
@Input def ignoreExitCode = true
@Input def outputToStdOut = false
@Input def checkstyle = false
Expand Down

0 comments on commit 18dbcf8

Please sign in to comment.