Skip to content

Commit

Permalink
Disabling gradle cache to avoid build problems
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 10, 2024
1 parent ad46e36 commit c5ed865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
cache-disabled: true

# Pull down dependencies with Gradle and put them in the right places.
- name: Gather dependencies using Gradle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
cache-disabled: true

# Pull down dependencies with Gradle and put them in the right places.
- name: Gather dependencies using Gradle
Expand Down

0 comments on commit c5ed865

Please sign in to comment.