mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Revert "Temporarily disable test caching to test CI"
This reverts commit 53099aec33.
This commit is contained in:
@@ -171,8 +171,3 @@ tasks.named("compileTestJava") {
|
||||
tasks.named("compileDockerTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
tasks.named("test") {
|
||||
outputs.upToDateWhen { false }
|
||||
outputs.cacheIf { false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user