mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Removed Gradle caching from GitHub Actions
This commit is contained in:
parent
7d60a6280b
commit
02e3eb94cb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -47,7 +47,6 @@ jobs:
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 11
|
||||
cache: gradle
|
||||
|
||||
# Set environment variables
|
||||
- name: Export Properties
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 11
|
||||
cache: gradle
|
||||
|
||||
# Set environment variables
|
||||
- name: Export Properties
|
||||
|
1
.github/workflows/run-ui-tests.yml
vendored
1
.github/workflows/run-ui-tests.yml
vendored
@ -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…
Reference in New Issue
Block a user