Skip to content

Commit

Permalink
Revert "Revert "Revert "Update maven.yml"""
Browse files Browse the repository at this point in the history
This reverts commit 87cdd57.
  • Loading branch information
funkemunky committed Oct 30, 2023
1 parent 87cdd57 commit 7974b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2/repository # Cache the Maven repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml')
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
- name: Compile
run: mvn -B -Pclean install
env:
Expand Down

0 comments on commit 7974b24

Please sign in to comment.