mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Remove unnecessary seednode resources config
This looks to have been a copy and paste error when originally setting up the seednode build.
This commit is contained in:
parent
adb3e9e3c6
commit
743a7692b7
1 changed files with 0 additions and 2 deletions
|
@ -305,8 +305,6 @@ configure(project(':seednode')) {
|
|||
|
||||
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:$bcVersion"
|
||||
|
|
Loading…
Add table
Reference in a new issue