From b3129db5a78edb60eb5c3ccf3681856a2d4e1357 Mon Sep 17 00:00:00 2001 From: Thomas Schreiber Date: Fri, 15 Sep 2023 10:08:14 +0200 Subject: [PATCH] github ci: gradle cache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1084c77..8ee7489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: java-version: '17' distribution: 'adopt' - cache: maven + cache: gradle - name: Move `private` folder run: mv private.sample private - name: Build with Gradle