Gradle Runner v1.6.0

The new version (1.6.0) of the step, now collects all the paths required to cache your android build cache properly. This is the first step which uses the new built-in cache method.

So caching your gradle build is simple now:

  • Add Cache:Pull step before your gradle runner step (but at least after your git-clone step)
  • Add Cache:Push step after your gradle runner step (but at least after your gradle runner step)

No additional configuration is needed. :rocket::tada::fire:

1 Like