2015-06-27 07:52:28 +02:00
|
|
|
uploadArchives {
|
|
|
|
repositories {
|
|
|
|
mavenDeployer {
|
|
|
|
pom.project {
|
|
|
|
name 'Jabit WIF Import/Export'
|
|
|
|
artifactId = 'jabit-wif'
|
|
|
|
description 'A Java implementation of the Bitmessage protocol. This contains methods to import from and export to Wallet Import Format.'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2016-01-17 05:42:48 +01:00
|
|
|
compile project(':core')
|
2015-06-27 07:52:28 +02:00
|
|
|
compile 'org.ini4j:ini4j:0.5.4'
|
2016-06-16 19:47:59 +02:00
|
|
|
testCompile 'junit:junit:4.12'
|
2015-07-04 10:26:02 +02:00
|
|
|
testCompile 'org.mockito:mockito-core:1.10.19'
|
2016-01-10 13:38:32 +01:00
|
|
|
testCompile project(':cryptography-bc')
|
2015-06-27 07:52:28 +02:00
|
|
|
}
|