Skip to content

Commit

Permalink
Remove gradle cache after build clion plugin (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin authored Sep 8, 2023
1 parent cac5c6c commit 1bb0580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/action-scripts/build-clion-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ set -e

cd clion-plugin
./gradlew assemble
rm -rf /root/.gradle

0 comments on commit 1bb0580

Please sign in to comment.