Skip to content

Commit a84d9f4

Browse files
committed
Add maven caching to GitHub build action
1 parent ac4d032 commit a84d9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mvn-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
with:
1717
java-version: '11'
1818
distribution: 'adopt'
19+
cache: 'maven'
1920
- name: Build with Maven
2021
run: mvn --update-snapshots -DtrimStackTrace=false -Dsurefire.useFile=false -DskipITs verify

0 commit comments

Comments
 (0)