Skip to content

Commit 2fca867

Browse files
authored
ci(android): disable Gradle cache (#1202)
Because it causes bad resolutions to reappear. See build log: https://github.com/microsoft/react-native-test-app/actions/runs/3446021259/jobs/5750420875
1 parent c614aa0 commit 2fca867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/gradle/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ runs:
2424
uses: gradle/[email protected]
2525
with:
2626
gradle-version: wrapper
27+
cache-disabled: true # causes bad resolutions to reappear
2728
arguments: ${{ inputs.arguments }}
2829
build-root-directory: ${{ steps.build-root-directory-finder.outputs.build-root-directory }}

0 commit comments

Comments
 (0)