From a51663448b4f8f43408a9e8ffe1abaeda9663a78 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 23 May 2020 23:36:05 +0200 Subject: [PATCH] [checkstyle] Bump to 8.27 We can not bump to the latest version, due https://github.com/checkstyle/checkstyle/issues/8248 --- build.gradle | 2 +- config/checkstyle/checkstyle.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 040ae65e8..cdf05eef4 100644 --- a/build.gradle +++ b/build.gradle @@ -409,7 +409,7 @@ subprojects { apply plugin: 'org.kordamp.gradle.clirr' checkstyle { - toolVersion = '8.22' + toolVersion = '8.27' } task sourcesJar(type: Jar, dependsOn: classes) { classifier = 'sources' diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index c39a8650e..ce6b4200d 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -105,8 +105,6 @@ - -