mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
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 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue