From 226b04eaef9477b287d25cbc0eabbe90e3c341e2 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 30 Aug 2024 11:06:05 +0200 Subject: [PATCH] chore: Enable caching --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6717811..3650654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,7 @@ jobs: with: java-version: ${{ matrix.java-versions }} distribution: 'temurin' + cache: 'gradle' - name: Build & Test uses: gradle/gradle-build-action@v3