Skip to content

Commit 931efd5

Browse files
committed
add maven cache to github actions
1 parent b1010b3 commit 931efd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
distribution: 'zulu'
5656
java-version: ${{ matrix.java }}
57+
cache: maven
5758
- name: Build with Maven
5859
run: mvn -Pbuild-without-spotbugs -B package --file pom.xml
5960
savepr:

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
distribution: 'corretto'
3939
java-version: ${{ matrix.java }}
40+
cache: maven
4041
- name: Setup AWS credentials
4142
uses: aws-actions/[email protected]
4243
with:

0 commit comments

Comments
 (0)