Removed Gradle caching from GitHub Actions

pull/295/head
Jakub Chrzanowski 2 years ago committed by Jakub Chrzanowski
parent 7d60a6280b
commit 02e3eb94cb

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

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

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

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

Loading…
Cancel
Save