play-services-plugins icon indicating copy to clipboard operation
play-services-plugins copied to clipboard

Gradle task processGoogleServices not cacheable

Open plnice opened this issue 5 years ago • 0 comments

Describe the bug The task processGoogleServices is not cacheable due to "Caching has not been enabled for this task". Similar to #58 which was fixed in google-services 4.3.0. I'm using google-services 4.3.3.

To Reproduce Steps to reproduce the behavior:

  1. Attach google-services plugin
  2. Run the build.

Expected behavior processGoogleServices task is cacheable.

Screenshots From Gradle build scan: image

Desktop (please complete the following information):

  • Gradle version: 6.1
  • Android Studio version: 3.5.2
  • Plugin name and version: google-services 4.3.3

plnice avatar Feb 04 '20 11:02 plnice