Remove (clean) the .gradle/ directory inside the build/checkout/working directory.

This commit is contained in:
John Blum
2021-04-08 15:30:28 -07:00
parent ebe48bd62b
commit d778ebe1c9

View File

@@ -1,5 +1,5 @@
#!/bin/bash -x
#rm -Rf ./.gradle
rm -Rf ./.gradle
rm -Rf ./.m2
exit 0