From e09e5802144424e6bec4c669fdafb604a2b75905 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 9 Jan 2020 19:04:50 +0100 Subject: [PATCH] Bump checkstyle to 8.18 --- build.gradle | 3 +-- config/{ => checkstyle}/checkstyle.xml | 6 +++--- config/{ => checkstyle}/checkstyleLicenseHeader.txt | 0 config/{ => checkstyle}/suppressions.xml | 0 4 files changed, 4 insertions(+), 5 deletions(-) rename config/{ => checkstyle}/checkstyle.xml (97%) rename config/{ => checkstyle}/checkstyleLicenseHeader.txt (100%) rename config/{ => checkstyle}/suppressions.xml (100%) diff --git a/build.gradle b/build.gradle index 94f5c76a..23ac3564 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,7 @@ allprojects { // checkstyle checkstyle { - configFile = "${project.rootDir}/config/checkstyle.xml" as File - toolVersion = '8.10' + toolVersion = '8.18' } group 'org.pgpainless' diff --git a/config/checkstyle.xml b/config/checkstyle/checkstyle.xml similarity index 97% rename from config/checkstyle.xml rename to config/checkstyle/checkstyle.xml index 14e2cbc6..a951157b 100644 --- a/config/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,12 +6,12 @@ - + - + @@ -117,7 +117,7 @@ - + diff --git a/config/checkstyleLicenseHeader.txt b/config/checkstyle/checkstyleLicenseHeader.txt similarity index 100% rename from config/checkstyleLicenseHeader.txt rename to config/checkstyle/checkstyleLicenseHeader.txt diff --git a/config/suppressions.xml b/config/checkstyle/suppressions.xml similarity index 100% rename from config/suppressions.xml rename to config/checkstyle/suppressions.xml