From 214218c49badaa3398b920cdc3240d51d96f9f6a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 28 Mar 2018 14:09:44 +0200 Subject: [PATCH] Bump checkstyle to 8.8 --- build.gradle | 2 +- config/checkstyle.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 389791fe5..0ea9f68bd 100644 --- a/build.gradle +++ b/build.gradle @@ -304,7 +304,7 @@ subprojects { checkstyle { configFile = new File(rootConfigDir, 'checkstyle.xml') - toolVersion = '7.7' + toolVersion = '8.8' } task sourcesJar(type: Jar, dependsOn: classes) { classifier = 'sources' diff --git a/config/checkstyle.xml b/config/checkstyle.xml index 756ef5ea7..653811021 100644 --- a/config/checkstyle.xml +++ b/config/checkstyle.xml @@ -6,7 +6,6 @@ - @@ -66,8 +65,8 @@ + -