mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
build.gradle: Configure Eclipse plugin.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user