Skip to content

Commit b098075

Browse files
committed
Add GitHub Action dependency caching
1 parent 7544f87 commit b098075

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mvn-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14+
- uses: actions/setup-java@v3
15+
with:
16+
distribution: 'sbm'
17+
java-version: '11'
18+
cache: 'maven'
1419
- name: Set up JDK 11
1520
uses: actions/setup-java@v2
1621
with:

0 commit comments

Comments
 (0)