From d778ebe1c997771e5de65a5e1b2a9bc24597775d Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 8 Apr 2021 15:30:28 -0700 Subject: [PATCH] Remove (clean) the .gradle/ directory inside the build/checkout/working directory. --- ci/cleanupArtifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cleanupArtifacts.sh b/ci/cleanupArtifacts.sh index 1a72b54e..9f343d2f 100755 --- a/ci/cleanupArtifacts.sh +++ b/ci/cleanupArtifacts.sh @@ -1,5 +1,5 @@ #!/bin/bash -x -#rm -Rf ./.gradle +rm -Rf ./.gradle rm -Rf ./.m2 exit 0