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