Use setup-java action to cache dependencies

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
pull/370/head
jongwooo 1 year ago committed by Jakub Chrzanowski
parent 2244a0ace6
commit 6efee20227

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

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

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

Loading…
Cancel
Save