Skip to content

Commit

Permalink
Enable maven dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Apr 1, 2022
1 parent 2bbd12e commit 0b45fe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'

- name: Unsnapshot version
run: mvn versions:set -DremoveSnapshot
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'

- name: Configure git
run: |
Expand Down

0 comments on commit 0b45fe7

Please sign in to comment.