From b3be2fe3012ae234b76dd084aba294dfa5c4cfb7 Mon Sep 17 00:00:00 2001 From: granny Date: Wed, 13 Oct 2021 16:33:02 -0700 Subject: [PATCH] [ci-skip] stop caching gradle in github actions --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ece40aeac..53ae4ef9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,6 @@ jobs: with: distribution: temurin java-version: 17 - cache: gradle - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions" - name: Apply Patches