From 7974b2427180382a7916dceb275d16bac104ca23 Mon Sep 17 00:00:00 2001 From: Dawson Hessler Date: Mon, 30 Oct 2023 10:02:30 -0400 Subject: [PATCH] Revert "Revert "Revert "Update maven.yml""" This reverts commit 87cdd573830c2751b8a00c7bb900569dc4e57bf1. --- .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: