Revert "Revert "Revert "Update maven.yml"""

This reverts commit 87cdd57383.
This commit is contained in:
Dawson Hessler
2023-10-30 10:02:30 -04:00
parent 87cdd57383
commit 7974b24271
+2 -2
View File
@@ -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: