diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90c5dc3c..60254f89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index eb6dd555..114d7b7b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -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