From 6d05347050b1d6f79e8c5f9ecc3dc25618b1e8a2 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 20 May 2020 11:02:03 -0400 Subject: [PATCH] Change checkstyle location --- applications/stream-applications-core/pom.xml | 2 +- functions/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index e80a2e14..26a00e5d 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -36,7 +36,7 @@ true true 8.29 - ${maven.multiModuleProjectDirectory}/etc/checkstyle + https://raw.githubusercontent.com/spring-cloud/stream-applications/master/etc/checkstyle ${checkstyle.location}/checkstyle-suppressions.xml diff --git a/functions/pom.xml b/functions/pom.xml index bbfb9f30..c0ec7657 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -24,7 +24,7 @@ true true 8.29 - ${maven.multiModuleProjectDirectory}/etc/checkstyle + https://raw.githubusercontent.com/spring-cloud/stream-applications/master/etc/checkstyle ${checkstyle.location}/checkstyle-suppressions.xml