Skip to content

Commit 1bb0580

Browse files
authored
Remove gradle cache after build clion plugin (#636)
1 parent cac5c6c commit 1bb0580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/action-scripts/build-clion-plugin.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ set -e
44

55
cd clion-plugin
66
./gradlew assemble
7+
rm -rf /root/.gradle
8+

0 commit comments

Comments
 (0)