Skip to content

Commit

Permalink
add 'run.dependsOn copyStartScripts' to fix run error
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 26, 2024
1 parent d0ba532 commit 7725a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/groovy/haveno.post-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ tasks.register('copyStartScripts', Copy) {
into projectDir
}

run.dependsOn copyStartScripts

tasks.register('copyDistributionLib', Copy) {
description = "Extracts zipped distribution lib directory to root project directory."
dependsOn 'copyStartScripts'
Expand Down

0 comments on commit 7725a8a

Please sign in to comment.