try to implement build cache
CI / java-build (push) Successful in 56s
CI / docker-build (push) Successful in 47s

This commit is contained in:
2026-08-24 17:14:11 +08:00
parent ee8d2f1020
commit d882051840
+1 -1
View File
@@ -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