From d882051840e474a50ef0d239c6b9e78f7d98694f Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Mon, 24 Aug 2026 17:01:34 +0800 Subject: [PATCH] try to implement build cache --- .gitea/workflows/build-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index 5e9e488..2c3854b 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -26,7 +26,7 @@ jobs: with: gradle-version: ${{ env.GRADLE_VERSION }} # Only the main branch writes to the cache; PRs/feature branches read-only - cache-read-only: true + cache-read-only: false - name: Run Gradle build run: ./gradlew build - name: Prepare Docker image build