Temporarily disable test caching to test CI

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