chore: Enable caching (#41)
All checks were successful
Build & test the project / build (17) (push) Successful in 26m46s
Build & test the project / build (11) (push) Successful in 26m59s
Build & test the project / build (21) (push) Successful in 25m21s
Build & test the project / build (8) (push) Successful in 25m33s

This commit is contained in:
Florian Bouillon 2024-08-30 11:10:22 +02:00 committed by GitHub
parent 7af1fa8880
commit 89e706f692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ jobs:
with: with:
java-version: ${{ matrix.java-versions }} java-version: ${{ matrix.java-versions }}
distribution: 'temurin' distribution: 'temurin'
cache: 'gradle'
- name: Build & Test - name: Build & Test
uses: gradle/gradle-build-action@v3 uses: gradle/gradle-build-action@v3