Skip to content

Commit

Permalink
disable cache during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Dec 11, 2023
1 parent 44c567f commit fed0c8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/xml-objects-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Grant execute permission to Gradle
run: chmod +x ./gradlew
- name: Execute Gradle build
run: ./gradlew build
uses: gradle/gradle-build-action@v2
with:
arguments: build
cache-disabled: true

0 comments on commit fed0c8f

Please sign in to comment.