build: remove eclipse plugin as Gradle project import works out of the box these days
This should speed up the build a little Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/bc9d9a1a Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/bc9d9a1a Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/bc9d9a1a Branch: refs/heads/develop Commit: bc9d9a1aab1eceda96bf5dcca7220a3bdbf655a6 Parents: 78a75ea Author: Paul Merlin <[email protected]> Authored: Thu Nov 3 18:55:48 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Thu Nov 3 18:55:48 2016 +0100 ---------------------------------------------------------------------- build.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/bc9d9a1a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d58223a..60c5cd9 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,6 @@ def repos_urls = [ allprojects { - apply plugin: 'eclipse' apply plugin: 'signing' apply plugin: 'java' // apply plugin: 'checkstyle'
