GitHub Actions: set gradle-home-cache-cleanup: true flag to the Gradle Build Action

This commit is contained in:
Jakub Chrzanowski
2023-08-04 11:58:42 +02:00
parent 2a71e4b595
commit 9be85b8e62
4 changed files with 12 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
# Run IDEA prepared for UI testing
- name: Run IDE