From 6fe928ca14b42d94ccf9c0d2edaf22be100f88b2 Mon Sep 17 00:00:00 2001 From: Dawson Hessler Date: Mon, 30 Oct 2023 10:02:02 -0400 Subject: [PATCH] Revert "Update maven.yml" This reverts commit d461b5945b5353ecad35e8b3635e0b51f322d5d7. --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ed0933..b2b3197 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: