Skip to content

Commit

Permalink
Pull up remaining statsnode config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 4, 2018
1 parent b0886dd commit 3cd467c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,13 @@ configure(project(':seednode')) {
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
}

configure(project(':statsnode')) {
mainClassName = 'bisq.statistics.StatisticsMain'

dependencies {
compile project(':core')
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
}
7 changes: 0 additions & 7 deletions statsnode/build.gradle

This file was deleted.

0 comments on commit 3cd467c

Please sign in to comment.