mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Use setup-java action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
This commit is contained in:
parent
2244a0ace6
commit
6efee20227
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -54,6 +54,7 @@ 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
@ -30,6 +30,7 @@ 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,6 +41,7 @@ jobs:
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 11
|
||||
cache: gradle
|
||||
|
||||
# Run IDEA prepared for UI testing
|
||||
- name: Run IDE
|
||||
|
Loading…
Reference in New Issue
Block a user