bjoernQ / unmock-plugin

Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
Apache License 2.0
323 stars 22 forks source link

Support Gradle Build Cache #47

Closed drewhannay closed 5 years ago

drewhannay commented 5 years ago

The tasks from this plugin should be enhanced to support the Gradle Build Cache: https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching_details

bjoernQ commented 5 years ago

Thanks for the suggestion - I'll look into it

drewhannay commented 5 years ago

Would you be open to a pull request if I can get it working? I think fixing this would also necessarily fix #46 as well

bjoernQ commented 5 years ago

I'd be happy to receive a PR for that - unfortunately I'm currently busy with some other things so doing it myself would take some time.

Looking forward to your PR

drewhannay commented 5 years ago

Here you go! :)

https://github.com/bjoernQ/unmock-plugin/pull/48

bjoernQ commented 5 years ago

Merged and released. Thanks again.