Skip to content

Commit

Permalink
Merge pull request #6 from haveno-dex/depends_on_run
Browse files Browse the repository at this point in the history
copyStartScripts depends on run task
  • Loading branch information
woodser authored Jan 25, 2024
2 parents d0ba532 + 23ea0a6 commit 349b589
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 349b589

Please sign in to comment.