From 0d5ae86e589cc9105bb97107afd0b46508329729 Mon Sep 17 00:00:00 2001 From: Thacher Date: Fri, 14 Apr 2017 15:44:08 -0700 Subject: [PATCH] Removed eclipse plugin The eclipse plugin is not mentioned in the README instructions/documentation, nor does it seem to be required to run this effectively, just a thought from a beginner --- complete/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/complete/build.gradle b/complete/build.gradle index d3c39e8..7db9cb6 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'java' -apply plugin: 'eclipse' apply plugin: 'application' mainClassName = 'hello.HelloWorld'