Skip to content

Commit

Permalink
build: update Gradle cache cleanup for PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Nov 3, 2021
1 parent 7a50975 commit c4d7e3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
./gradlew --version --console=plain
./gradlew build buildNativeWindows -Psnapshot --info -S --console=plain
- name: Stop Gradle Daemon
run: ./gradlew --stop

- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
rm -fo ~/.gradle/caches/modules-2/modules-2.lock
rm -fo ~/.gradle/caches/modules-2/gc.properties

0 comments on commit c4d7e3b

Please sign in to comment.