We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d361a3b commit c692920Copy full SHA for c692920
ci/cleanupArtifacts.sh
@@ -2,4 +2,6 @@
2
3
rm -Rf ./.gradle
4
rm -Rf ./.m2
5
+rm -Rf `find . -name "build" | grep -v "src"`
6
+rm -Rf `find . -name "target" | grep -v "src"`
7
exit 0
0 commit comments