Skip to content

Commit

Permalink
Add back distribution tar generation for daemon and cli
Browse files Browse the repository at this point in the history
This is required in finalize.sh script for creating the release bundle
  • Loading branch information
ripcurlx committed Dec 20, 2022
1 parent 4fb0420 commit d1a2811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ configure(project(':core')) {
}

configure(project(':cli')) {
distTar.enabled = true

mainClassName = 'bisq.cli.CliMain'

dependencies {
Expand Down Expand Up @@ -527,6 +529,8 @@ configure(project(':statsnode')) {
}

configure(project(':daemon')) {
distTar.enabled = true

mainClassName = 'bisq.daemon.app.BisqDaemonMain'

dependencies {
Expand Down

0 comments on commit d1a2811

Please sign in to comment.