Skip to content

Commit

Permalink
Attempt to fix intermittent Gradle failures by explicitly declaring i…
Browse files Browse the repository at this point in the history
…mplicit deps
  • Loading branch information
jshiell committed Mar 10, 2024
1 parent a784049 commit 2e4cdc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ test {
forkEvery = 1
}

tasks.named("classpathIndexCleanup") {
dependsOn(tasks.named("compileCsaccessJava"))
dependsOn(tasks.named("compileCsaccessTestJava"))
}


// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Dependencies
Expand Down

0 comments on commit 2e4cdc5

Please sign in to comment.