Attempting to fix cache dependency path

This commit is contained in:
2025-05-28 16:38:48 -04:00
parent 866217ff08
commit 4f43028ec0
+2 -1
View File
@@ -17,7 +17,8 @@ jobs:
with: with:
java-version: '17' java-version: '17'
distribution: 'zulu' distribution: 'zulu'
cache: maven cache: 'maven'
cache-dependency-path: '**/pom.xml' # Add this line
- name: Set up Maven - name: Set up Maven
uses: stCarolas/setup-maven@v5 uses: stCarolas/setup-maven@v5
with: with: