mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Pull up remaining relay config to root
This commit is contained in:
parent
15b81df32f
commit
9c82b3076a
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…
Reference in New Issue
Block a user