try to implement build cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user