Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@zsolt-marta-bitrise zsolt-marta-bitrise released this 21 Oct 08:02
4dfd56f

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 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.