Skip to content

Commit

Permalink
Set up Maven dependencies caching (closes #143)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Jul 20, 2022
1 parent b6a05cb commit 5255b70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- name: Analyze
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'

- name: Build
run: 'mvn -B formatter:validate verify javadoc:jar'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Upgrade to github/codeql-action [v2.1.16](https://github.com/github/codeql-action/releases/tag/v2.1.16) (#140).
- Pin actions to a full length commit SHA (#141).
- Enable experimental alerts for CodeQL (#145).
- Set up Maven dependencies caching (#143).

### Thanks

0 comments on commit 5255b70

Please sign in to comment.