Skip to content

Commit

Permalink
Merge pull request #3087 from battleofwizards/gradle-installdist-remo…
Browse files Browse the repository at this point in the history
…ve-useless-deletions

Remove legacy hack from build.gradle installDist task
  • Loading branch information
freimair committed Aug 14, 2019
2 parents 963d569 + 9ef7f89 commit 4eb8840
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ configure([project(':desktop'),
// copy generated shell scripts, e.g. `bisq-desktop` directly to the project
// root directory for discoverability and ease of use

// TODO @cbeams The copy task below fails because the copied files are conflicting with the project
// folder name. I temporarily delete those files as I think they are duplicated anyway (bisq-* are probably
// the one to use). Would be good if those files don't get created in the first place.
// The .bat files are also deleted.
delete fileTree(dir: "$destinationDir/bin", include: 'desktop*')
delete fileTree(dir: "$destinationDir/bin", include: 'monitor*')
delete fileTree(dir: "$destinationDir/bin", include: 'seednode*')
delete fileTree(dir: "$destinationDir/bin", include: 'pricenode*')
delete fileTree(dir: "$destinationDir/bin", include: 'statsnode*')
delete fileTree(dir: "$destinationDir/bin", include: 'relay*')

copy {
from "$destinationDir/bin"
into rootProject.projectDir
Expand Down

0 comments on commit 4eb8840

Please sign in to comment.