Add eclipse plugin to build.gradle.
This allows easy generation of eclipse project files using `./gradlew eclipse`
This commit is contained in:
parent
8e8de2fe39
commit
8e7fce54b9
@ -1,5 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
|
Loading…
x
Reference in New Issue
Block a user