mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add missing pricenode project
When generating shell scripts in the root project directory, the pricenode project was missing.
This commit is contained in:
parent
60826a11e1
commit
eebb485096
@ -65,7 +65,8 @@ configure([project(':desktop'),
|
||||
project(':monitor'),
|
||||
project(':relay'),
|
||||
project(':seednode'),
|
||||
project(':statsnode')]) {
|
||||
project(':statsnode'),
|
||||
project(':pricenode')]) {
|
||||
|
||||
apply plugin: 'application'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user