From 998266fba49073a66a9ff7866104f4731e8327a7 Mon Sep 17 00:00:00 2001 From: Tim Ysewyn Date: Mon, 1 Oct 2018 23:28:47 +0200 Subject: [PATCH] Fixed checkstyle setup (#76) --- pom.xml | 6 ++++-- spring-cloud-build-tools/pom.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index faa44409..415e8ac4 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,8 @@ 3.8.0 2.10 - 8.12 + + ${maven-checkstyle-plugin.version} 8.12 0.0.6 3.0.1 @@ -60,6 +61,7 @@ 1.16 0.0.6 3.0.0 + false @@ -304,7 +306,7 @@ limitations under the License. com.puppycrawl.tools checkstyle - ${checkstyle.version} + ${puppycrawl-tools-checkstyle.version} io.spring.javaformat diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml index 3c6b7cc5..3c41191d 100644 --- a/spring-cloud-build-tools/pom.xml +++ b/spring-cloud-build-tools/pom.xml @@ -17,7 +17,7 @@ com.puppycrawl.tools checkstyle - ${checkstyle.version} + ${puppycrawl-tools-checkstyle.version}