Skip to content

Commit

Permalink
Another fix for Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Mar 17, 2024
1 parent ff0ccd3 commit 4b18527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ test {
}

tasks.named("classpathIndexCleanup") {
dependsOn(tasks.named("processCsaccessResources"))
dependsOn(tasks.named("processCsaccessTestResources"))
dependsOn(tasks.named("compileCsaccessJava"))
dependsOn(tasks.named("compileCsaccessTestJava"))
}
Expand Down

0 comments on commit 4b18527

Please sign in to comment.