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

What鈥檚 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鈥檇 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'

This topic was automatically closed after 90 days. New replies are no longer allowed.