disable maven caching in preview for diagnostics

This commit is contained in:
Jonathan Shook 2024-12-11 13:39:38 -06:00
parent 762f2e71c3
commit de7152c65b

View File

@ -49,12 +49,12 @@ jobs:
- name: install fuse2
run: sudo apt install libfuse2
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
# - name: Cache Maven packages
# uses: actions/cache@v4
# with:
# path: ~/.m2
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
# restore-keys: ${{ runner.os }}-m2
- name: read versions
id: versions