From 9ad51a58d91cbb3c7eb4e68330ebc1212e7204ff Mon Sep 17 00:00:00 2001 From: Shannon Pamperl Date: Fri, 30 Aug 2019 09:41:03 -0500 Subject: [PATCH] Remove eclipse plugin since it's not necessary to apply it Both Eclipse, via Buildship, and Intellij automatically add in init scripts that run with the Gradle execution. In these they add in the eclipse or idea plugins, so that those ide's get associated configurations and tasks necessary for them. --- .../spring-cloud-contract-gradle-plugin/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle index 5ac3cdbaa2..56837aae7f 100644 --- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle +++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle @@ -36,7 +36,6 @@ project.version = findProperty('verifierVersion') apply plugin: 'groovy' apply plugin: "java-gradle-plugin" apply from: "$rootDir/gradle/release.gradle" -apply plugin: 'eclipse' //apply plugin: "jacoco" group = 'org.springframework.cloud'