Yoann Rodière cca12b90d0 Do not include the whole Gradle cache in GH Actions caches
We don't need the whole cache, since most (all?) of it is stored on
Develocity already.

Including ./gradle/caches/modules-2 is enough, because that's where
Maven dependencies are stored, and *those* are not stored on Develocity.

(cherry picked from commit 013bb46470f97285ae57190c9ce5201f31105a21)
2024-10-29 17:47:11 +01:00
..