Script to hard delete gradle cache
This commit is contained in:
3
bin/rm-gradle-cache
Executable file
3
bin/rm-gradle-cache
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ~/.gradle/caches/build-cache-*
|
||||
Reference in New Issue
Block a user