Revert "Update maven.yml"

This reverts commit d461b5945b.
This commit is contained in:
Dawson Hessler
2023-10-30 10:02:02 -04:00
parent dae9111a34
commit 6fe928ca14
+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: