Skip to content

Commit

Permalink
copyStartScripts depends on run task
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 26, 2024
1 parent d0ba532 commit 5b5329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/haveno.post-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import static org.gradle.internal.os.OperatingSystem.current

tasks.register('copyStartScripts', Copy) {
description = "Copies assembled distribution start scripts to root project directory."
dependsOn ':bootDistZip', ':bootDistTar', ':test', ':compileTestJava', ':distTar', ':distZip'
dependsOn ':run', ':bootDistZip', ':bootDistTar', ':test', ':compileTestJava', ':distTar', ':distZip'
from layout.buildDirectory.dir('scripts')
into projectDir
}
Expand Down

0 comments on commit 5b5329f

Please sign in to comment.