Skip to content

Commit

Permalink
Pull up remaining monitor config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 4, 2018
1 parent 3c54be2 commit e97625c
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 @@ -213,3 +213,15 @@ configure(project(':desktop')) {
jvmArgs "-javaagent:$jmockit"
}
}

configure(project(':monitor')) {
mainClassName = 'bisq.monitor.MonitorMain'

dependencies {
compile project(':core')
compile 'com.sparkjava:spark-core:2.5.2'
compile 'net.gpedro.integrations.slack:slack-webhook:1.1.1'
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
}
9 changes: 0 additions & 9 deletions monitor/build.gradle

This file was deleted.

0 comments on commit e97625c

Please sign in to comment.