Skip to content

Commit b001d15

Browse files
committed
Disable cache as gradle can't restore its cache it seems.
1 parent 24e581a commit b001d15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
# Setup Gradle
3535
- name: Setup Gradle
3636
uses: gradle/actions/setup-gradle@v4
37+
with:
38+
cache-disabled: true
3739

3840
# Set environment variables
3941
- name: Export Properties

0 commit comments

Comments
 (0)