Add eclipse plugin to build.gradle.

This allows easy generation of eclipse project files using `./gradlew
eclipse`
This commit is contained in:
Pim Otte 2017-02-19 16:36:23 +01:00
parent 74f21c4f18
commit 7b607088f8

View file

@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'eclipse'
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7