Skip to content

Commit c692920

Browse files
committed
Refactor ci/cleanupArtifacts.sh to clean (remove) the Gradle build/ [and Maven target/] directories.
1 parent d361a3b commit c692920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/cleanupArtifacts.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
rm -Rf ./.gradle
44
rm -Rf ./.m2
5+
rm -Rf `find . -name "build" | grep -v "src"`
6+
rm -Rf `find . -name "target" | grep -v "src"`
57
exit 0

0 commit comments

Comments
 (0)