mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add back distribution tar generation for daemon and cli
This is required in finalize.sh script for creating the release bundle
This commit is contained in:
parent
f66e693605
commit
9e3b28bf0f
@ -324,6 +324,8 @@ configure(project(':core')) {
|
||||
}
|
||||
|
||||
configure(project(':cli')) {
|
||||
distTar.enabled = true
|
||||
|
||||
mainClassName = 'bisq.cli.CliMain'
|
||||
|
||||
dependencies {
|
||||
@ -486,6 +488,8 @@ configure(project(':statsnode')) {
|
||||
}
|
||||
|
||||
configure(project(':daemon')) {
|
||||
distTar.enabled = true
|
||||
|
||||
mainClassName = 'bisq.daemon.app.BisqDaemonMain'
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user