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

pull/392/head
Jakub Chrzanowski 10 months ago
parent 2a71e4b595
commit 9be85b8e62
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -57,6 +57,8 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
# Set environment variables
- name: Export Properties
@ -119,6 +121,8 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
# Run tests
- name: Run Tests
@ -187,6 +191,8 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache

@ -34,6 +34,8 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
# Set environment variables
- name: Export Properties

@ -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

@ -4,7 +4,8 @@
## [Unreleased]
### Added
- [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration
- [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration
- GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action
### Changed
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.3`

Loading…
Cancel
Save