]> nmode's Git Repositories - signal-cli/commitdiff
Add eclipse plugin to build.gradle.
authorPim Otte <otte.pim@gmail.com>
Sun, 19 Feb 2017 15:36:23 +0000 (16:36 +0100)
committerAsamK <asamk@gmx.de>
Wed, 22 Feb 2017 20:15:46 +0000 (21:15 +0100)
This allows easy generation of eclipse project files using `./gradlew
eclipse`

build.gradle

index 9d3b2b4f07e7089b64fd01b0494334e8075b42ab..346c13e7e03c3f8444d9091747913299642a7d31 100644 (file)
@@ -1,5 +1,6 @@
 apply plugin: 'java'
 apply plugin: 'application'
+apply plugin: 'eclipse'
 
 sourceCompatibility = JavaVersion.VERSION_1_7
 targetCompatibility = JavaVersion.VERSION_1_7