Slackbot
11/29/2022, 7:21 PMChris Lee
11/29/2022, 7:30 PMFrancesco BonnĂŹ
11/29/2022, 7:38 PMChris Lee
11/29/2022, 7:40 PMFrancesco BonnĂŹ
11/29/2022, 8:05 PMcache:
directories:
- $HOME/.gradle/caches/jars-*/
- $HOME/.gradle/caches/modules-*/files-*/*/*/*/*
- $HOME/.gradle/wrapper/
- $HOME/.gradle/configuration-cache/
That at least reduced the amount of cache, after I added:
before_cache:
- F=CleanupGradleCache sh -x -c 'curl -O <https://raw.githubusercontent.com/vlsi/cleanup-gradle-cache/v1.x/$F.java> && javac -J-Xmx128m $F.java && java -Xmx128m $F'
Now the only folder that are found with different file is jars-9 and modules-2/files2.1Chris Lee
11/29/2022, 8:09 PMChris Lee
11/29/2022, 8:11 PM- $HOME/.gradle/configuration-cache/
is wrong. There is no configuration cache in ~/.gradle (itâs in the project directory). And, its not relocatable and shouldnât be cached.Chris Lee
11/29/2022, 8:13 PMFrancesco BonnĂŹ
11/29/2022, 8:13 PMChris Lee
11/29/2022, 8:14 PMChris Lee
11/29/2022, 8:15 PMFrancesco BonnĂŹ
11/29/2022, 8:18 PMFrancesco BonnĂŹ
11/30/2022, 9:05 AMChris Lee
11/30/2022, 2:24 PMChris Lee
11/30/2022, 2:32 PM