From 44d95ea19f64954a14b9d59e7ef2f310fbfc11aa Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Tue, 18 Mar 2025 21:08:39 +0000 Subject: [PATCH] Disable Gradle configuration cache on unsupported DependencyGuard task --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 5a212bffb7..dcca70f50d 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -49,7 +49,7 @@ jobs: - name: Check Dependency Guard id: dependencyguard_verify continue-on-error: true - run: ./gradlew dependencyGuard + run: ./gradlew dependencyGuard --no-configuration-cache - name: Prevent updating Dependency Guard baselines if this is a fork id: checkfork_dependencyguard