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.
This commit is contained in:
Shannon Pamperl
2019-08-30 09:41:03 -05:00
parent 5acaff9338
commit 9ad51a58d9

View File

@@ -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'