Does Gradle community version support remote cache

We are thinking of utilizing remote cache setup through artifactory for our CI builds, as we are using latest Gradle community version, will it support this feature ?

Yes, the build cache feature is part of Gradle.

The cache node is also free to use, so you don’t have to necessarily use artifactory for that.

Thank you, We will be using Openshift platform building pods(docker images), this feature will give us the advantage of reducing build time in CI and there is no need for us to get Gradle enterprise version of utilize this feature.