From 7b607088f8eda165a1c7e8678fcd7f8ad7932261 Mon Sep 17 00:00:00 2001 From: Pim Otte Date: Sun, 19 Feb 2017 16:36:23 +0100 Subject: [PATCH] Add eclipse plugin to build.gradle. This allows easy generation of eclipse project files using `./gradlew eclipse` --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index d9478372..0e62d7a4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'java' apply plugin: 'application' +apply plugin: 'eclipse' sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7