From 3f9686e0ceeecf31beaff10c5e139022ec18a0da Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Fri, 31 Jan 2020 15:16:49 -0500 Subject: [PATCH] Do not apply maven plugin to all projects --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 78e4066..683cef0 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,7 @@ checkstyle { configure(allprojects) { group = "org.springframework.cloud" - - apply plugin: "maven" + apply plugin: "eclipse" apply plugin: "idea" apply plugin: "jacoco"