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
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.
>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