Skip to content

Commit 79602ff

Browse files
authored
Update build.yml
1 parent a175d7a commit 79602ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@ jobs:
1818
with:
1919
distribution: zulu
2020
java-version: 17
21-
cache: 'maven'
21+
- uses: actions/cache@v3
22+
with:
23+
path: ~/.m2/repository
24+
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
25+
restore-keys: |
26+
${{ runner.os }}-maven-
2227
- run: ./mvnw clean install -B -V -e -ntp

0 commit comments

Comments
 (0)