Skip to content

Commit 9e1fc23

Browse files
committed
Use caching of Maven Dependencies for Deploy Github Action
Signed-off-by: Rikard Höglund <[email protected]>
1 parent 80d8954 commit 9e1fc23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
- name: Check out repository
1717
uses: actions/checkout@v2
1818

19-
- uses: actions/setup-java@v1
19+
- uses: actions/setup-java@v2
2020
with:
2121
java-version: 8.0.x
2222
architecture: x64
23-
23+
distribution: 'zulu'
24+
cache: 'maven'
25+
2426
- name: Build Jar files and prepare dependencies for applications
2527
run: |
2628
./build-group-apps.sh

0 commit comments

Comments
 (0)