Script to hard delete gradle cache

This commit is contained in:
Martin Blazik
2020-10-09 15:28:40 +02:00
parent 598f3ba6ab
commit c5ec9310a8

3
bin/rm-gradle-cache Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rm -rf ~/.gradle/caches/build-cache-*