Tag Archive for cache

Github Action setup-gradle Saving Configuration-Cache State

In case you missed it, Gradle configuration caching is no longer enabled by default in certain scenarios. Here’s what you need to know to ensure your builds leverage this feature effectively. Important Note: To avoid potentially leaking secrets in the configuration-cache entry, the action will only save or restore configuration-cache data if the cache-encryption-key parameter is set. What is Gradle Configuration Cache?… Read more →