Activate Bitrise Build Cache Add-On for Gradle v1.1.0

What’s Changed

Full Changelog: Comparing 1.0.2...1.1.0 · bitrise-steplib/bitrise-step-activate-gradle-remote-cache · GitHub

This new version of the step introduces a new feature: enables Gradle Analytics by default.

If you’d have any issue with the new version, you can disable the Gradle Analytics bits by setting the Collect Gradle build metrics input to false.

Using the Workflow Editor UI:

In bitrise.yml :

    - activate-build-cache-for-gradle@1:
        inputs:
        - collect_metrics: 'false'