Skip to content

Commit

Permalink
Fix implicit dependency created by unzipTests modifying the input dir…
Browse files Browse the repository at this point in the history
…ectory of longRunTest
  • Loading branch information
NotStirred committed Jun 27, 2024
1 parent 37e47dc commit 54d3343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ def longRunTest = tasks.register("longRunTest", Test) {
exclude "**/mixin*"

group = "Verification"
shouldRunAfter test
mustRunAfter project.tasks.named("unzipTests")
shouldRunAfter project.tasks.named("test")
}

tasks.named("check") {
Expand Down

0 comments on commit 54d3343

Please sign in to comment.