Revert "Temporarily disable test caching to test CI"

This reverts commit 53099aec33.
This commit is contained in:
Phillip Webb
2026-07-31 09:35:50 +01:00
parent 53099aec33
commit a26ff99296
@@ -171,8 +171,3 @@ tasks.named("compileTestJava") {
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}
tasks.named("test") {
outputs.upToDateWhen { false }
outputs.cacheIf { false }
}