Skip to content

Commit 53b730b

Browse files
committed
~ configure actions/setup-java to use Maven cache
1 parent 7fa611d commit 53b730b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
distribution: 'zulu'
2222
java-version: '17'
23+
cache: maven
2324

2425
- name: Make build script executable
2526
run: chmod +x build-all.sh

0 commit comments

Comments
 (0)