Removed Gradle caching from GitHub Actions

This commit is contained in:
Jakub Chrzanowski 2022-06-13 11:43:23 +02:00 committed by Jakub Chrzanowski
parent 7d60a6280b
commit 02e3eb94cb
4 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,6 @@ jobs:
with:
distribution: zulu
java-version: 11
cache: gradle
# Set environment variables
- name: Export Properties

View File

@ -29,7 +29,6 @@ jobs:
with:
distribution: zulu
java-version: 11
cache: gradle
# Set environment variables
- name: Export Properties

View File

@ -41,7 +41,6 @@ jobs:
with:
distribution: zulu
java-version: 11
cache: gradle
# Run IDEA prepared for UI testing
- name: Run IDE

View File

@ -20,6 +20,9 @@
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `5.1.0`
- Upgrade Gradle Wrapper to `7.4.2`
### Removed
- Removed Gradle caching from GitHub Actions
## [1.1.2]
### Changed
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1