Skip to content

Commit

Permalink
Disable configuration cache due to Spotless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 26, 2024
1 parent c3006d7 commit 2eb479c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2eb479c

Please sign in to comment.