This change copies the build's distribution bisq-pricenode script & lib dir to the project root dir.
It follows the bisq repo build convention making all of its apps runnable from the bisq project root dir. The customized assemble task is a bit messy, and will have to be copy/pasted into other build files for new repos pulled out of the original bisq repo. (A re-usable gradle plugin for this task will probably be factored out of this build file's assemble task in another PR.)
This change copies the build's distribution
bisq-pricenode
script &lib
dir to the project root dir.It follows the bisq repo build convention making all of its apps runnable from the bisq project root dir. The customized assemble task is a bit messy, and will have to be copy/pasted into other build files for new repos pulled out of the original bisq repo. (A re-usable gradle plugin for this task will probably be factored out of this build file's assemble task in another PR.)