Restore Gradle configuration cache
Restores your Gradle configuration cache from the Bitrise Build Cache previously saved by the Save 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 runningopenssl 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.