Skip to content

Commit a1e38e9

Browse files
committed
Use maven cache for java setup.
1 parent d2e3dda commit a1e38e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: ${{matrix.java}}
21+
cache: 'maven'
2122
- name: Build with Maven
2223
run: mvn verify -B -e -V --file pom.xml -Dgpg.skip=true

0 commit comments

Comments
 (0)