Skip to content

Commit c4e952e

Browse files
cortinicofacebook-github-bot
authored andcommitted
Temporarily disable Configuration Caching on CI (facebook#49742)
Summary: Pull Request resolved: facebook#49742 Seems like publishing jobs are not happy with Gradle Config Caching. I'm disabling it for now till we find out what's the root cause. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D70385662 fbshipit-source-id: 532c46ea1e578bab5f3e5d6814a7f7193e67a7ad
1 parent 8919fc3 commit c4e952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-android/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
# release: we want to build all archs (default)
5858
TASKS="publishAllToMavenTempLocal publishAndroidToSonatype build"
5959
fi
60-
./gradlew $TASKS -PenableWarningsAsErrors=true --configuration-cache
60+
./gradlew $TASKS -PenableWarningsAsErrors=true
6161
- name: Save Android ccache
6262
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, '-stable') }}
6363
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)