Skip to content

Issue with shell command to clear gradle cache #3

@dubonzi

Description

@dubonzi

In the page knowledge/programming/gradle.md you suggest running find ~/.gradle/caches -type f -atime +30 -delete to clear old cache files, but that can lead to inconsistency in the cache (i.e a 3 day old file depending on a 35 day old one).

This actually happened to me and I had to delete the entire cache folder to fix the issue, I suggest changing the command to just wipe the whole cache folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions