Skip to content

Commit

Permalink
Pull up remaining seednode config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 4, 2018
1 parent 9c82b30 commit b0886dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,18 @@ configure(project(':relay')) {
compile 'commons-codec:commons-codec:1.9'
}
}

configure(project(':seednode')) {
apply plugin: 'com.github.johnrengelman.shadow'

mainClassName = 'bisq.seednode.SeedNodeMain'

sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files

dependencies {
compile project(':core')
runtime 'org.bouncycastle:bcprov-jdk15on:1.56'
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
}
21 changes: 0 additions & 21 deletions seednode/build.gradle

This file was deleted.

0 comments on commit b0886dd

Please sign in to comment.