From 4f43028ec0076f5fdc1869136f31a2c58ddb88e9 Mon Sep 17 00:00:00 2001 From: Dawson Date: Wed, 28 May 2025 16:38:48 -0400 Subject: [PATCH] Attempting to fix cache dependency path --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ed7bcd3..c3638cb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,8 @@ jobs: with: java-version: '17' distribution: 'zulu' - cache: maven + cache: 'maven' + cache-dependency-path: '**/pom.xml' # Add this line - name: Set up Maven uses: stCarolas/setup-maven@v5 with: