mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +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
4fb0420712
commit
d1a2811589
@ -365,6 +365,8 @@ configure(project(':core')) {
|
||||
}
|
||||
|
||||
configure(project(':cli')) {
|
||||
distTar.enabled = true
|
||||
|
||||
mainClassName = 'bisq.cli.CliMain'
|
||||
|
||||
dependencies {
|
||||
@ -527,6 +529,8 @@ configure(project(':statsnode')) {
|
||||
}
|
||||
|
||||
configure(project(':daemon')) {
|
||||
distTar.enabled = true
|
||||
|
||||
mainClassName = 'bisq.daemon.app.BisqDaemonMain'
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user