Skip to content

Commit

Permalink
feat: enable github workflow maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie authored and Eddie committed Jul 8, 2023
1 parent b900576 commit 02f6666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
- name: Build and test
run: mvn --batch-mode --update-snapshots verify
- name: Upload artifact
Expand Down

0 comments on commit 02f6666

Please sign in to comment.