Skip to content

Commit

Permalink
Reference project explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Punya Biswal committed Nov 14, 2016
1 parent 3d3a140 commit a39111b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ class BaselineCheckstyle extends AbstractBaselinePlugin {
}

// Work around https://github.com/gradle/gradle/issues/855
tasks.checkstyleMain.classpath += configurations.compileClasspath
tasks.checkstyleTest.classpath += configurations.testCompileClasspath
project.tasks.checkstyleMain.classpath += project.configurations.compileClasspath
project.tasks.checkstyleTest.classpath += project.configurations.testCompileClasspath
}

def configureCheckstyleForEclipse() {
Expand Down

0 comments on commit a39111b

Please sign in to comment.