Fix caching of pipeline #34

Merged
jank1619 merged 6 commits from fix/improve-checkstyle-pipeline into main 2025-02-19 11:47:51 +00:00
Showing only changes of commit 1c5f5524fa - Show all commits

View File

@ -17,16 +17,6 @@ jobs:
with:
distribution: "temurin"
java-version: "22"
- uses: actions/cache@v3
working-directory: ./backend
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: "Prepare Gradle"
working-directory: ./backend
run: gradle clean