They actually can in the general case, I think the...
# klaxon
j
They actually can in the general case, I think the minority case would be depending upon an external thing like a database. If you never want them to be up to date then put:
Copy code
tasks.withType<Test>().configureEach {
     outputs.upToDateWhen {
            false
     }
}