Hi folks. Are there any documented success stories...
# community-support
k
Hi folks. Are there any documented success stories or best-practices for mounting a read-only dependency cache for ephemeral build agents? Specifically I'm talking about the
GRADLE_RO_DEP_CACHE
env var documented here. I imagine some sort of custom task to resolve configurations while being passed a custom
GRADLE_HOME
would do the trick, but would like to hear some real-world experiences. Thanks in advance!