mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 02:39:24 +01:00
Pull up remaining relay config to root
This commit is contained in:
parent
15b81df32f
commit
9c82b3076a
2 changed files with 12 additions and 9 deletions
12
build.gradle
12
build.gradle
|
@ -270,3 +270,15 @@ configure(project(':pricenode')) {
|
|||
dependsOn assemble
|
||||
}
|
||||
}
|
||||
|
||||
configure(project(':relay')) {
|
||||
mainClassName = 'bisq.relay.RelayMain'
|
||||
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
compile 'com.sparkjava:spark-core:2.5.2'
|
||||
compile 'com.turo:pushy:0.13.2'
|
||||
compile 'com.google.firebase:firebase-admin:6.2.0'
|
||||
compile 'commons-codec:commons-codec:1.9'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
mainClassName = 'bisq.relay.RelayMain'
|
||||
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
compile 'com.sparkjava:spark-core:2.5.2'
|
||||
compile 'com.turo:pushy:0.13.2'
|
||||
compile 'com.google.firebase:firebase-admin:6.2.0'
|
||||
compile 'commons-codec:commons-codec:1.9'
|
||||
}
|
Loading…
Add table
Reference in a new issue