Repository: aurora Updated Branches: refs/heads/master 188cbd271 -> e996ca522
Upgrade to checkstyle 6.7. Reviewed at https://reviews.apache.org/r/36364/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e996ca52 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e996ca52 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e996ca52 Branch: refs/heads/master Commit: e996ca52205d2a825af03e2880e5a6dbbded6a75 Parents: 188cbd2 Author: Bill Farner <[email protected]> Authored: Thu Jul 9 12:52:44 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Thu Jul 9 12:52:44 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/e996ca52/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7815993..87a809f 100644 --- a/build.gradle +++ b/build.gradle @@ -342,7 +342,7 @@ codeQualityTasks.each { checkstyle { sourceSets = [sourceSets.main , sourceSets.test, sourceSets.jmh] - toolVersion = '6.4.1' + toolVersion = '6.7' } tasks.withType(FindBugs) {
