From 7258e13191c97516019eb98aea6102d8a056cfff Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sat, 12 Oct 2024 12:21:05 -0400 Subject: [PATCH] Enable stable cache for gradle 8.1 --- .github/workflows/custom-app-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/custom-app-build.yaml b/.github/workflows/custom-app-build.yaml index 3d0284d94e..df9f07b6c7 100644 --- a/.github/workflows/custom-app-build.yaml +++ b/.github/workflows/custom-app-build.yaml @@ -73,6 +73,7 @@ jobs: # Properties are passed as -Pname=value properties: | org.gradle.unsafe.configuration-cache=true + org.gradle.configuration-cache=true - name: Purge past releases uses: dev-drprasad/delete-older-releases@v0.3.4