Add missing pricenode project

When generating shell scripts in the root project directory, the
pricenode project was missing.
This commit is contained in:
Devin Bileck 2019-04-16 00:47:34 -07:00
parent 60826a11e1
commit eebb485096
No known key found for this signature in database
GPG Key ID: C86D829C2399D073

View File

@ -65,7 +65,8 @@ configure([project(':desktop'),
project(':monitor'),
project(':relay'),
project(':seednode'),
project(':statsnode')]) {
project(':statsnode'),
project(':pricenode')]) {
apply plugin: 'application'