This message was deleted.
# caching
s
This message was deleted.
v
"a cache", the question is what do you cache?
c
i'm caching the .gradle directory, which is where the gradlew zip gets stored
v
Which
.gradle
directory?
c
sorry i'm being useless. i appreciate the help.
GRADLE_USER_HOME
is set to
~/.gradle
so for now the entire directory is cached, which includes
.gradle/wrapper/dists/gradle-6.7.1-bin
upon looking manually at the cache, yet it still gets re-downloaded
v
Hm, then it's indeed strange. Maybe
--info
or
--debug
output can give you further hints.
c
i am currently running with
-i
but it didn't seem to give me much. I just cloned the gradle repo and i'm going to add debug statements to the files that make up the wrapper.jar and use that custom one to see what it's thinking
so are you at all familiar with the gradle-wrapper source code?
v
Me? No
c
It seems like the issue may be with gitlab-ci configs itself, and not gradle!
👌 1
thanks again for the assist
👍 1
a
@Chase Pollock i am seeing the same behaviour with my gitlab/gradle setup. could you provide some details on how you resolved it?