Join Slack
Powered by
They actually can in the general case, I think the...
# klaxon
j
jlleitschuh
09/14/2018, 8:10 PM
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 } }
2
Views
Open in Slack
Previous
Next