Build cache for Gradle: making builds and PR testing faster

2019-12-28 Thread Vladimir Sitnikov
Hi, Does anybody know if there's a Build Cache server for Gradle available in ASF infrastructure? --- The use case is as follows: the server saves build artifacts (e.g. jars, javadocs, etc), and it helps to save build times on the repeated inputs. For instance, in a multi-module project, we cou

Re: Build cache for Gradle: making builds and PR testing faster

2019-12-28 Thread Jeff MAURY
You should use Jenkins to cache between builds Jeff Le sam. 28 déc. 2019 à 21:19, Vladimir Sitnikov a écrit : > Hi, > > Does anybody know if there's a Build Cache server for Gradle available in > ASF infrastructure? > > --- > > The use case is as follows: the server saves build artifacts (e.g.

Re: Build cache for Gradle: making builds and PR testing faster

2019-12-28 Thread Vladimir Sitnikov
>You should use Jenkins to cache between builds I want to reuse the same cache at developers' machines and at Travis / GitHub Actions. Caching between Jenkins runs is not enough. Vladimir