Skip to content

Commit

Permalink
Pull up remaining relay config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 4, 2018
1 parent 15b81df commit 9c82b30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
9 changes: 0 additions & 9 deletions relay/build.gradle

This file was deleted.

0 comments on commit 9c82b30

Please sign in to comment.