mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
900c13ef8f
- Rename package bisq.grpc => bisq.daemon.app - Rename BisqGrpcApp => BisqDaemon - Rename BisqGrpcServerMain => BisqDaemonMain The script `bisq-grpc` has been renamed to `bisq-daemon` accordingly (and will later be customized to `bisqd`). To see everything in action, issue the following commands: $ gradle build $ ./bisq-daemon --appName=Bisq-throwaway --daoActivated=false $ echo getVersion | ./bisq-cli # in a second terminal 1.2.3
15 lines
232 B
Groovy
15 lines
232 B
Groovy
include 'assets'
|
|
include 'common'
|
|
include 'p2p'
|
|
include 'core'
|
|
include 'cli'
|
|
include 'daemon'
|
|
include 'desktop'
|
|
include 'monitor'
|
|
include 'pricenode'
|
|
include 'relay'
|
|
include 'seednode'
|
|
include 'statsnode'
|
|
|
|
rootProject.name = 'bisq'
|