I know the --refresh-dependencies will flush the l...
# community-support
m
I know the --refresh-dependencies will flush the local cache of libraries/jars and download fresh copies. Is there a similar option that would have gradle check to see if checksums have changed at the repository for same file, then download new copy if different?
v
Doesn't the option do that too?
👍 1
m
hmm? maybe I am not clear on how that option works. will investigate.