mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
build.gradle: Configure Eclipse plugin.
This commit is contained in:
parent
0bd65ea999
commit
34e8bc217a
@ -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…
x
Reference in New Issue
Block a user