From a6b3489ffa3ce7a9dfc5d34bff53cf472db0d633 Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Thu, 4 May 2017 14:49:18 +0100 Subject: [PATCH] [Java] Upgrade to Checkstyle 7.7. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 85d946112b..73c9a4e070 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ subprojects { [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:7.6.1' + checkstyle 'com.puppycrawl.tools:checkstyle:7.7' checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1' testCompile 'org.hamcrest:hamcrest-all:1.3' @@ -122,7 +122,7 @@ subprojects { checkstyle { configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml') - toolVersion = '7.6.1' + toolVersion = '7.7' } compileJava {