8 lines
147 B
Bash
8 lines
147 B
Bash
# -*- mode: sh; sh-shell: sh -*-
|
|
|
|
caches="$HOME/.gradle/caches"
|
|
|
|
rm -rf \
|
|
"$caches/modules-2/modules-2.lock" \
|
|
"$caches"/*/plugin-resolution
|