Skip to content

Commit 9c76ab3

Browse files
committed
feat: disable setup-gradle side cache system
1 parent 8818c1d commit 9c76ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Setup Gradle
3131
uses: gradle/actions/setup-gradle@v4
32+
with:
33+
cache-disabled: true
3234

3335
- name: Build with Gradle
3436
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)