mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-09 16:04:54 +01:00
build.gradle: Configure Eclipse plugin.
This commit is contained in:
parent
0bd65ea999
commit
34e8bc217a
4 changed files with 11 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'com.google.protobuf'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
version = '0.15-SNAPSHOT'
|
||||
archivesBaseName = 'bitcoinj-core'
|
||||
eclipse.project.name = 'bitcoinj-core'
|
||||
|
||||
dependencies {
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse.project.name = 'bitcoinj-examples'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse.project.name = 'bitcoinj-tools'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse.project.name = 'bitcoinj-wallettemplate'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
|
|
Loading…
Add table
Reference in a new issue