Skip to content

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

1.0.4

31 Jan 11:25
10183fb
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:55
246dc16
Compare
Choose a tag to compare

What's Changed

  • Secure connection to build cache
  • Fix build metadata reporting

Full Changelog: 1.0.2...1.0.3

1.0.2

24 Jan 12:51
0b5fb75
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:48
8b56436
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: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.