mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Pull up remaining assets config to root
This commit is contained in:
parent
cdff12ad9f
commit
c8956567e4
2 changed files with 12 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
|||
dependencies {
|
||||
compile('network.bisq.libdohj:libdohj-core:d4ace7bc') {
|
||||
exclude(module: 'protobuf-java')
|
||||
}
|
||||
compile 'commons-codec:commons-codec:1.9'
|
||||
compile 'org.apache.commons:commons-lang3:3.4'
|
||||
compile 'org.bouncycastle:bcpg-jdk15on:1.56'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
13
build.gradle
13
build.gradle
|
@ -22,10 +22,21 @@ configure([project(':desktop'),
|
|||
project(':relay'),
|
||||
project(':seednode'),
|
||||
project(':statsnode')]) {
|
||||
|
||||
apply plugin: 'application'
|
||||
|
||||
build.dependsOn installDist
|
||||
installDist.destinationDir = file('build/app')
|
||||
distZip.enabled = false
|
||||
}
|
||||
|
||||
configure(project(':assets')) {
|
||||
dependencies {
|
||||
compile('network.bisq.libdohj:libdohj-core:d4ace7bc') {
|
||||
exclude(module: 'protobuf-java')
|
||||
}
|
||||
compile 'commons-codec:commons-codec:1.9'
|
||||
compile 'org.apache.commons:commons-lang3:3.4'
|
||||
compile 'org.bouncycastle:bcpg-jdk15on:1.56'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue