Skip to content

Commit

Permalink
Reduced console logging from Checkstyle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCarroll committed Feb 16, 2016
1 parent 4d4f4e3 commit 0f981c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ subprojects {
toolVersion = '6.15'
configFile = file("$rootProject.projectDir/config/checkstyle/checkstyle.xml")
}
}

[checkstyleMain, checkstyleTest].each { task ->
task.logging.setLevel(LogLevel.LIFECYCLE)
}
}

0 comments on commit 0f981c6

Please sign in to comment.