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 1bc2ca5f9a - Show all commits

View File

@ -39,6 +39,7 @@ jobs:
- name: "Check"
working-directory: ./backend
run: gradle checkstyleMain
- run: tree
- name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop