Pull up remaining relay config to root

This commit is contained in:
Chris Beams 2018-11-04 17:58:37 +01:00
parent 15b81df32f
commit 9c82b3076a
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
2 changed files with 12 additions and 9 deletions

View File

@ -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'
}
}

View File

@ -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'
}