Skip to content

Releases: bitrise-steplib/bitrise-step-save-gradle-configuration-cache

1.0.0

21 Oct 08:01
e3e8299
Compare
Choose a tag to compare

Save Gradle configuration cache

Save your Gradle configuration cache to the Bitrise Build Cache. Use together with the Restore Gradle configuration cache step.

You need additional setup for this to work:

  • You must have an active Bitrise Build Cache Trial or Subscription for your workspace to use this step.
  • You also need to set up the encryption key GRADLE_ENCRYPTION_KEY in Bitrise Secrets by using the result from running openssl rand -base64 16.
  • Setting the encryption key is supported only from Gradle version 8.6 onwards, so your project must be using Gradle 8.6 or higher.