build.gradle: Configure Eclipse plugin.

This commit is contained in:
Andreas Schildbach
2019-02-14 22:47:54 +01:00
parent 0bd65ea999
commit 34e8bc217a
4 changed files with 11 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'
eclipse.project.name = 'bitcoinj-tools'
dependencies {
implementation project(':core')