# -*- mode: sh; sh-shell: sh -*-

caches="$HOME/.gradle/caches"

rm -rf \
   "$caches/modules-2/modules-2.lock" \
   "$caches"/*/plugin-resolution
