Skip to content

Commit

Permalink
Merge pull request #279 from galasa-dev/gradle-cache
Browse files Browse the repository at this point in the history
Disabling gradle cache to avoid build problems
  • Loading branch information
jadecarino authored Sep 10, 2024
2 parents ad46e36 + c5ed865 commit 8d07e79
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 8d07e79

Please sign in to comment.