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