From 8e7fce54b97f56602951b0deb1d5da8dbc4bf898 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 9d3b2b4f..346c13e7 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