Skip to content

Commit f780f3d

Browse files
committed
Disable Gradle cache to fix BuildFlowService serialization error
1 parent ecec905 commit f780f3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3333
- name: Setup Gradle
3434
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
35+
with:
36+
cache-disabled: true
3537

3638
- name: Build with Gradle Wrapper
3739
run: ./gradlew build

0 commit comments

Comments
 (0)