Merge pull request 'Fix caching of pipeline' (!34) from fix/improve-checkstyle-pipeline into main
All checks were successful
Release / Release (push) Successful in 1m39s
All checks were successful
Release / Release (push) Successful in 1m39s
Reviewed-on: #34 Reviewed-by: Hop In, I Have Puppies AND WiFi <jleibl@noreply@simonis.lol> Reviewed-by: Huy <ptran@noreply@simonis.lol>
This commit is contained in:
commit
c75c62b396
@ -17,16 +17,15 @@ jobs:
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "22"
|
||||
|
||||
- uses: actions/cache@v3
|
||||
working-directory: ./backend
|
||||
- name: "Cache Gradle dependencies"
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
key: gradle-${{ runner.os }}-common
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
gradle-${{ runner.os }}-
|
||||
- name: "Prepare Gradle"
|
||||
working-directory: ./backend
|
||||
run: gradle clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user