Skip to content

Commit

Permalink
Disable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 1, 2024
1 parent 4e0b604 commit 8ad5262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fg-2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 4.10.3
cache-disabled: true
- name: Run Gradle build
working-directory: forge/fg-2.1
run: gradle :${{ inputs.version }}:build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fg-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.1.1
cache-disabled: true
- name: Run Gradle build
working-directory: forge/fg-6.0
run: gradle :${{ inputs.version }}:build
Expand Down

0 comments on commit 8ad5262

Please sign in to comment.