mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-02 13:54:34 +01:00
Add eclipse plugin to build.gradle.
This allows easy generation of eclipse project files using `./gradlew eclipse`
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
|
||||
Reference in New Issue
Block a user