- https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#saving-configuration-cache-data - https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:secrets And enable parallel Configuration Cache: - https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel This needs a `GRADLE_ENCRYPTION_KEY` secret to be configured in the repository [settings/secrets/actions](https://github.com/android/nowinandroid/settings/secrets/actions), otherwise no configuration cache will be saved or restored. As explained in the docs, you can use this tool to generate a configuration-cache compatible key: `openssl rand -base64 16`.pull/1772/head
parent
af9631e80c
commit
e5f1b842ee
Loading…
Reference in new issue