Revert "Revert "Update maven.yml""

This reverts commit 6fe928ca14.
This commit is contained in:
Dawson Hessler
2023-10-30 10:02:17 -04:00
parent 6fe928ca14
commit 87cdd57383
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
path: ~/.m2/repository # Cache the Maven repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml')
- name: Compile
run: mvn -B -Pclean install
env: