Skip to content

Commit

Permalink
Disable configuration cache for spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
masah517 committed Aug 19, 2023
1 parent c9c0a27 commit 7e67abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2
with:
gradle-home-cache-cleanup: true
arguments: spotlessCheck --stacktrace
arguments: spotlessCheck --stacktrace --no-configuration-cache

- name: Check lint
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2
Expand Down

0 comments on commit 7e67abb

Please sign in to comment.