mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
fix hummingbird module definition
This commit is contained in:
parent
d79c4a13f6
commit
be599fb003
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ java {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
//Any changes to the dependencies must be reflected in the module definitions below!
|
||||||
implementation(project(':drongo')) {
|
implementation(project(':drongo')) {
|
||||||
exclude group: 'org.hamcrest'
|
exclude group: 'org.hamcrest'
|
||||||
exclude group: 'junit'
|
exclude group: 'junit'
|
||||||
|
@ -375,7 +376,7 @@ extraJavaModuleInfo {
|
||||||
module('kotlin-stdlib-1.5.20.jar', 'kotlin.stdlib', '1.5.20') {
|
module('kotlin-stdlib-1.5.20.jar', 'kotlin.stdlib', '1.5.20') {
|
||||||
exports('kotlin')
|
exports('kotlin')
|
||||||
}
|
}
|
||||||
module('hummingbird-1.6.1.jar', 'com.sparrowwallet.hummingbird', '1.6.1') {
|
module('hummingbird-1.6.2.jar', 'com.sparrowwallet.hummingbird', '1.6.2') {
|
||||||
exports('com.sparrowwallet.hummingbird')
|
exports('com.sparrowwallet.hummingbird')
|
||||||
exports('com.sparrowwallet.hummingbird.registry')
|
exports('com.sparrowwallet.hummingbird.registry')
|
||||||
requires('co.nstant.in.cbor')
|
requires('co.nstant.in.cbor')
|
||||||
|
|
Loading…
Reference in a new issue