Skip to content

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

1.0.4

31 Jan 11:27
3414f17
Compare
Choose a tag to compare

What's Changed

Update CLI to v0.15.15 - catching exceptions during host name resolution for analytics

Full Changelog: 1.0.3...1.0.4

1.0.3

29 Jan 08:54
17a9130
Compare
Choose a tag to compare

What's Changed

  • Secure connection to build cache

Full Changelog: 1.0.2...1.0.3

1.0.2

24 Jan 12:51
0f9164e
Compare
Choose a tag to compare

What's Changed

  • Fix build metadata reporting

Full Changelog: 1.0.1...1.0.2

1.0.1

09 Jan 10:49
7c3153a
Compare
Choose a tag to compare

What's Changed

Enable configuration cache in MS DCs (ATL/LAS)

Full Changelog: 1.0.0...1.0.1

1.0.0

21 Oct 08:02
4dfd56f
Compare
Choose a tag to compare

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.