Files
spring-boot-data-geode/ci/cleanupArtifacts.sh
John Blum 56ca80ff73 Polish.
2021-04-07 21:02:44 -07:00

6 lines
54 B
Bash
Executable File

#!/bin/bash -x
#rm -Rf ./.gradle
rm -Rf ./.m2
exit 0