Skip to content

Commit

Permalink
disable caching on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Dec 11, 2023
1 parent a4dca20 commit 95527b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xml-objects-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-disabled: true
- name: Grant execute permission to Gradle
run: chmod +x ./gradlew
- name: Execute Gradle build
Expand Down

0 comments on commit 95527b1

Please sign in to comment.