Files
spring-test-data-geode/ci/cleanupArtifacts.sh
2022-05-04 11:10:10 -07:00

8 lines
146 B
Bash
Executable File

#!/bin/bash -x
rm -Rf ./.gradle
rm -Rf ./.m2
rm -Rf `find . -name "build" | grep -v "src"`
rm -Rf `find . -name "target" | grep -v "src"`
exit 0