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:
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: