Repository: aurora Updated Branches: refs/heads/master ba9819ea1 -> 7b494f495
Upgrade to checkstyle 6.12.1 Reviewed at https://reviews.apache.org/r/40304/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7b494f49 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7b494f49 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7b494f49 Branch: refs/heads/master Commit: 7b494f495e32bed5da1f41a38e63a5efc64a50f3 Parents: ba9819e Author: Bill Farner <[email protected]> Authored: Fri Nov 13 17:26:36 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Nov 13 17:26:36 2015 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7b494f49/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ca18d6c..17dbd25 100644 --- a/build.gradle +++ b/build.gradle @@ -394,7 +394,7 @@ codeQualityTasks.each { checkstyle { sourceSets = [sourceSets.main , sourceSets.test, sourceSets.jmh] - toolVersion = '6.11.2' + toolVersion = '6.12.1' } findbugs {
