diff --git a/.github/actions/run-gradle/action.yml b/.github/actions/run-gradle/action.yml index b30bdba..9337fd5 100644 --- a/.github/actions/run-gradle/action.yml +++ b/.github/actions/run-gradle/action.yml @@ -41,6 +41,7 @@ runs: ./gradlew \ -Porg.gradle.java.installations.auto-download=false \ -PopenTestReporting.nodeDownload=false \ + --no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2331 \ javaToolchains \ installPlaywrightDeps \ ${{ inputs.arguments }}