You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test results are never fetched from Gradle build cache if the plugin is used.
This behavior is unexpected and not documented.
Gradle reports the following Non-cacheable because 'Task outputs cacheable' not satisfied [ENABLE_CONDITION_NOT_SATISFIED]
Expected
The plugin will not prevent caching of test results.
The text was updated successfully, but these errors were encountered:
We actually implemented this behaviour intentionally, because we found quite a lot of big integration tests weren't correctly declaring all their 'inputs' to gradle (i.e. if they rely on the contents of some name docker image, and that image changes under the hood).
What happened?
Test results are never fetched from Gradle build cache if the plugin is used.
This behavior is unexpected and not documented.
Gradle reports the following
Non-cacheable because 'Task outputs cacheable' not satisfied [ENABLE_CONDITION_NOT_SATISFIED]
Expected
The plugin will not prevent caching of test results.
The text was updated successfully, but these errors were encountered: