Skip to content

Gradle task processGoogleServices is never cached #58

@davidvavra

Description

@davidvavra

I tried to inspect my gradle build based on a tip from I/O talk: Run gradle build two times and see which tasks are not UP-TO-DATE. And I found the culprit: google-services-plugin.

I run ./gradlew assembleProdDebug two times without any changes and task :app:processProdDebugGoogleServices is not UP-TO-DATE. It causes other tasks down the road to execute again and it's slowing down every build.

Can google-services-plugin be made cacheable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions